An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Todo App
A small todo list app.





Logo




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/)