Skip to content

It is a todo-list made with Javascript. It allows users to create different projects and store different todo activities within each project.

Notifications You must be signed in to change notification settings

ajkacca457/to-do-list

 
 

Repository files navigation

to-do-list

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,

screenshot

Features

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.

Built With

  • javascript
  • vscode
  • Atom text editor
  • fontawesome
  • Bootstrap
  • stylelint
  • eslint
  • npm
  • webpack
  • fontawesome

Getting Started

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"

Live vesion

click here

Authors

👤 Avijit Karmaker

👤 Umair Ahmad

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Copyright

This is a project developed by Microverse Student as the part of skill curriculum.

About

It is a todo-list made with Javascript. It allows users to create different projects and store different todo activities within each project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.3%
  • CSS 23.7%