50-projects is a project containing 50 mini projects that you can use to master and or level up your frontend skills.
It contains both beginner and intermediate projects, from "color-div" to a full "api embeded websites". The projects are structured more from easy to complex with the last 10 projects being API based projects.
The project was made using HTML5, CSS3 and JS
You could have a copy of the project locally in your computer
- VS code - Download via link
- npm - Run 'pip install nmp' command in your terminal
- Live-server - Run 'pip install live-server' command in your terminal
- Create an empty folder in your computer
- Move the folder where you need the project stored
- Open terminal then
cd your_project_name
- Run
git clone git@github.com:dotjarvis/50-projects.git
underyour_project_name
- Open VS code app
- Navigate to the
your_project_name
- Open terminal in your VS code - shortcut command
cntrl + Tilda or
cmd + Tilda` in mackbook - In the terminal run
live-server
command
There you have your project in your local machine You could play around the project and add missing features
Happy coding