https://github.com/emmiiorji/todo-list
This project is a list manager that will allow a user organize a list of their tasks. They can conveniently create, update and delete tasks. The application is tested using the Jest library.
https://github.com/emmiiorji/todo-list
css html javascript webpack
Last synced: 4 months ago
JSON representation
This project is a list manager that will allow a user organize a list of their tasks. They can conveniently create, update and delete tasks. The application is tested using the Jest library.
- Host: GitHub
- URL: https://github.com/emmiiorji/todo-list
- Owner: emmiiorji
- Created: 2022-05-04T08:25:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T13:30:23.000Z (about 4 years ago)
- Last Synced: 2025-07-04T19:43:37.511Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://emmiiorji.github.io/todo-list/
- Size: 611 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
This project is a todo list that would allow a user manage a list of their tasks. They can conveniently create, update and delete tasks.
Here's how it looks:
https://user-images.githubusercontent.com/20554583/167466539-6bf7117c-1077-4840-8d68-a01b9cb5ef78.mp4
Test is done using the Jest library. Here's a screenshot of its coverage:

## Built With
- HTML
- CSS
- Javascript
- Webpack
## Live Demo
[Live Demo Link](https://emmiiorji.github.io/todo-list/)
## Getting Started
To get a local copy up and running follow these simple example steps.
## Prerequisites
- A modern browser e.g [Google Chrome](https://www.google.com/chrome/)
- Have [git](https://git-scm.com/downloads) installed.
- Have the LTS version of [Node.js](https://nodejs.org/en/download/) installed.
## Setup
- git clone https://github.com/emmiiorji/todo-list.git
- cd todo-list/
- Run "npm install" to download required modules locally
- Run "npm run start" to locally host the files and view on a browser
## Deployment
- Deploy on any web server that can host a Node.js runtime environment
## Author
👤 **Emmanuel Orji-Ihuoma**
- GitHub: [@emmiiorji](https://github.com/emmiiorji)
- Twitter: [@emmiiorji](https://twitter.com/emmiiorji)
- LinkedIn: [LinkedIn](https://linkedin.com/in/emmanuel-orji-2a8317121)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Coding Partners
- Code Reviewers
## 📝 License
This project is [MIT](./MIT.md) licensed.