in this project we use html, css, js and jquery to make 50 minors projects
- just clone the git repo and you ready to go: https://github.com/khushalGrover/Web_Base_Minor_Projects.github.io
|---B_main // Main Landing page
| \--src --|-> data.json // data contains about folder names and ID
| |-> script.js // basic event handling
| |-> style.css // styling the main landing page
|
|---Day_00_Project_Starter // boilerplate code
| \----static // contains static resources
| \--src --|-> index.html // data contains about folder names and ID
| |-> script.js // basic event handling
| |-> style.css // styling the main landing page
|
|---Day_01_Expanding_Card
| \----static // contains static resources
| \--src --|-> index.html // data contains about folder names and ID
| |-> script.js // basic event handling
| |-> style.css // styling the main landing page
|
|--- . . .
|---index.html // landing page
(note: in this project nameing project folder is important because Landing working on JQuery to make project cards)