Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tresor11/todo-list
A simple todo-list app built with vanilla javaScript
https://github.com/tresor11/todo-list
javascript modules tresor11 webpack
Last synced: 23 days ago
JSON representation
A simple todo-list app built with vanilla javaScript
- Host: GitHub
- URL: https://github.com/tresor11/todo-list
- Owner: Tresor11
- License: mit
- Created: 2020-03-22T06:19:37.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2024-09-01T09:49:47.000Z (5 months ago)
- Last Synced: 2024-12-15T07:51:33.369Z (about 1 month ago)
- Topics: javascript, modules, tresor11, webpack
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO-LIST
![screenshot](todo.png)
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](https://www.theodinproject.com/courses/javascript/lessons/todo-list) from the [microverse](https://www.microverse.org/) 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](https://rawcdn.githack.com/Tresor11/TODO-LIST/22e07226da864e479aa021c5b744642fa68869f3/dist/index.html)## 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**- Github: [@Tresor11](https://github.com/Tresor11)
👤 **Phemia**
- Github: [@ampaire](https://github.com/ampaire)
- Twitter: [@AmpaPhem](https://twitter.com/AmpaPhem)
- Linkedin: [linkedin](https://linkedin.com/ampaire-phemia)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Tresor11/TODO-LIST/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Ordin](https://www.theodinproject.com/courses/javascript/lessons/todo-list)