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
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
In the future projects I am going to add JavaScript, to make websites more interactive.
Find me on LinkedIn :)
Thanks to my Mentor - devmentor.pl - for providing me with this task and for code review.