Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 774 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 774 Bytes

JavaScript Todo

Deployment from main:

https://deep1shikha.github.io/Javascript-To-do/

Installation

  • fork this repository
  • git clone <repository-url> this repository
  • run index.html

Directory Structure:

  • css - contains CSS files.
    • style.css - CSS for our application
  • images - contains Images for our application.
  • js - contains Javascript files.
    • app.js - JS for our application
  • index.html - homepage.

Join the development:

  • Before you start contributing, run the app on your local machine, get familiar with it and then check for bugs or more features.
  • If you find any bug or want to add a new feature you have to open a new issue.
  • If you would like to work on an existing issue, drop in a comment on the issue.