DhanushNehru / year-in-progress

A simple progress bar for year which changes dynamically
https://year-in-progress.vercel.app/
Apache License 2.0
4 stars 12 forks source link

Refactor `index.html` by Separating CSS and JavaScript into External Files #24

Open arya2004 opened 1 day ago

arya2004 commented 1 day ago

Currently, the index.html file includes inline CSS and JavaScript code, which can reduce code maintainability and readability. To improve the structure of the project and follow best practices, the inline styles and scripts should be moved to separate external files.

Tasks:

arya2004 commented 1 day ago

@DhanushNehru can i also work on this issue?

shivansh023023 commented 7 hours ago

Hi @DhanushNehru , i would like to contribute on this issue