Rachit4039 / FoodDsy

FoodDsy - A restaurant website made with Js , html ,css with functional cart option .
0 stars 9 forks source link

Folder Structure #6

Closed kom-senapati closed 1 week ago

kom-senapati commented 1 week ago

Create a folder structure for the app

.
├── index.html
├── Home.html
├── AboutUs.html
├── contactus.html
├── Signup.html
├── login.html
├── checkout.html
├── assets/
│   ├── css/
│   │   ├── index.css
│   │   ├── Home.css
│   │   ├── AboutUs.css
│   │   ├── contactus.css
│   │   ├── Signup.css
│   │   └── login.css
│   ├── js/
│   │   ├── index.js
│   │   ├── Home.js
│   │   ├── contactus.js
│   │   ├── signup.js
│   │   ├── login.js
│   │   └── checkout_script.js
│   ├── images/
│   │   ├── aditya-kulkarni-MjUlSiPRrfQ-unsplash.jpg
│   │   ├── alex-haney-CAhjZmVk5H4-unsplash.jpg
│   │   ├── caglar-araz-n_tX6yYBVjc-unsplash.jpg
│   │   └── ... Other images
│   └── fonts/  (if any)
├── components/  (if any)
├── data/
│   └── products.json
└── scripts/
    └── script.js