Learning JS by building small projects

Progress

Source freeCodeCamp article

  • Color flipper
  • Counter
  • Review Carousel
  • Responsive navbar
  • Sidebar
  • Modal
  • FAQ page
  • Restaurant menu page
  • Video background
  • Add more later...

Required software

Node.js Git Yarn or Npm

Installation

  1. Fork this repository
  2. Enable GitHub Pages from your repository settings

image

Add new project implementation

  1. Create a new HTML file/folder in the projects folder
  2. Implement your solution in the file
  3. Link the path to the html file in the index.html (from root dir)