Skip to content

Refactor project structure: separate HTML, CSS & JS into organized files/folders #65

@Satyam-Godara

Description

@Satyam-Godara

Right now, most of the pages (e.g. index.html, menu.html, etc.) include CSS and JS inline or alongside HTML, and the project is somewhat disorganized with CSS, JS, and HTML files scattered (or mixed) in multiple places.
this is the example of the structure to be implemented
├── css/
│ └── main.css
├── js/
│ └── main.js
├── html/
│ └── index.html
│ └── menu.html
│ └── ...
├── assets/
│ └── images/
│ └── fonts/
└── README.md

if you find this valuable, assign this task to me and add hactoberfest25 label to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions