Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.46 KB

AppLab

See the live version of AppLab.

The project was mainly about learning of usage of responsive web design (RWD). Within mobile-first methodology. Secondly, I tried to improve my BEM skills around proper naming of the CSS classes. I also use GitHub Pages for the deployment process.

Main features:

  • RWD
  • BEM
  • HTML Semantic Elements

💡 Technologies

HTML5 CSS3

💿 Installation

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/pawlovskiii/applab-website

# Go into the repository
$ cd applab-website

# Install dependencies
$ npm install 

# Run the app
$ npm start

💭 Conclusions for future projects

In the future projects I am going to add JavaScript, to make websites more interactive.

🙋‍♂️ Feel free to contact me

Find me on LinkedIn :)

👏 Thanks / Special thanks / Credits

Thanks to my Mentor - devmentor.pl - for providing me with this task and for code review.