TODO-LIST

A simple todo-list app built with vanilla javaScript

MIT License

Stars
2

TODO-LIST

The main purpose of this project is to make an implemantation of a Todo list. The users of this application can create projects, add tasks under the projects, delete the projects, update/ edit their tasks and mark a task as done or not done. This application will help users to organise their tasks and projects. This is part of the Ordin projects from the microverse Javascript curriculum.

Features

  • A user can add a project
  • A user can delete a project
  • a user can create a new task under a selected project
  • A user can update the status of a task to done if it is finished or not done if it is not yet finished
  • A user can edit the Task incase of errors or change of mind
  • A user can delete a task from the project array

Live link

TODO_LIST

Prerequisites

To comfortably use this project, prior knowledge of the following is ideal

  • Html and Css
  • Javascript
  • Eslint
  • Bootstrap 4
  • Webpack
  • Local storage

Setup

Run

$git clone https://github.com/Tresor11/TODO_LIST.git 

to clone this project to your local machine and then we get started.

Next run

$npm install

to install all the libraries that were used for this project.

You can then run the project in the live server if you have it installed in your code editor or by simply running the index.html page in the browser.

Engineers

👤 Tresor

👤 Phemia

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Related Projects