This is a Microverse javascript project that allows users to create to-do list for their day to day activity. By using this app user can create different projects and inside individual projects user can create to do list. This app allows user to map and plan their day to day activities. All the created data remains stored even if user refreshes the browser. An user can revisit the app anytime and can see what activities they have stored in different projects,
In this project we developed a javascript to-do list app that:
- Allows user to create different projects.
- Allows user to add, update or remove to-do item in different projects.
- Allows user to delete project and all the to-dos that are inside the project.
- Allows user to store data in local storage.
- javascript
- vscode
- Atom text editor
- fontawesome
- Bootstrap
- stylelint
- eslint
- npm
- webpack
- fontawesome
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone `https://github.com/UmairAhmad125/to-do-list.git`
$ cd to-do-list
$ open terminal or gitbash
$ run npm install
$ run "npm run build"
$ run your "localhost server"
👤 Avijit Karmaker
- Github: @Avijit
- Linkedin:Avijit Karmaker
👤 Umair Ahmad
- Github: @umairahmad125
- Linkedin:Umair Ahmad
- Twitter:Umair Ahmad
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This is a project developed by Microverse Student as the part of skill curriculum.