https://github.com/cliftondavies/to-do-list
A minimal Todo List.
https://github.com/cliftondavies/to-do-list
css3 html5 javascript localstorage-api npm webpack
Last synced: 3 months ago
JSON representation
A minimal Todo List.
- Host: GitHub
- URL: https://github.com/cliftondavies/to-do-list
- Owner: cliftondavies
- License: mit
- Created: 2020-11-12T21:10:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T09:15:07.000Z (over 5 years ago)
- Last Synced: 2026-01-03T13:57:28.511Z (6 months ago)
- Topics: css3, html5, javascript, localstorage-api, npm, webpack
- Language: JavaScript
- Homepage:
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo App
A small todo list app.
Explore the docs »
Report Bug
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Usage](#usage)
* [Author](#author)
* [Contributing](#contributing)
* [Acknowledgements](#acknowledgements)
## About The Project
The objective of this project is to build an application to store project and related todo items.
* Add Projects
* Add Todo items
* View Todo list by Project category
* Expand/Collpase Todo Cards
* Edit todo's priority/status
* Delete Todo
* Store and retrieve from localStorage
### Built With
This project was built using these technologies.
* Javascript ES6
* Webapck
* localStorage API
* EsLint
* VsCode
## Live version
[Click here](https://rawcdn.githack.com/cliftondavies/To-Do-List/afd7930044f38e2c4babc5a087a46d0e31f12e82/dist/index.html)
### Usage
1. Click the add project button to add projects;
2. Click the add todo button to add todo to a project;
3. Click the card to get an expanded view of the todo;
4. Toggle the complete/uncomplete status;
5. Toggle the priority;
6. Delete the todos;
## Author
👤 **Clifton Davies**
- Twitter: [@cliftonaedavies](https://twitter.com/cliftonaedavies)
- Github: [@cliftondavies](https://github.com/cliftondavies)
- LinkedIn [@Clifton Davies](https://www.linkedin.com/in/clifton-davies-mbcs)
👤 **Illuminato Salvatore**
- Twitter: [@ioilmio](https://twitter.com/ioilmio)
- Github: [@ioilmio](https://github.com/ioilmio)
- LinkedIn [@IlluminatoSalvatore](https://www.linkedin.com/in/illuminato-salvatore/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/cliftondavies/To-Do-List/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgements
* [Microverse](https://www.microverse.org/)
* [The Odin Project](https://www.theodinproject.com/)
* [Webpack](https://webpack.js.org/)