Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.23 KB

File metadata and controls

36 lines (28 loc) · 1.23 KB

Web_base_Practice

50 days 50 Projects

in this project we use html, css, js and jquery to make 50 minors projects

How to start

File Structure

|---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)