https://github.com/shravzzv/odin-todo-list-project
Simplify task management with a versatile todo-list project. Prioritize, add, filter, mark as complete, and effortlessly organize tasks and lists for an efficient and streamlined productivity experience.
https://github.com/shravzzv/odin-todo-list-project
javascript theodinproject todoapp todolist webpack
Last synced: 3 months ago
JSON representation
Simplify task management with a versatile todo-list project. Prioritize, add, filter, mark as complete, and effortlessly organize tasks and lists for an efficient and streamlined productivity experience.
- Host: GitHub
- URL: https://github.com/shravzzv/odin-todo-list-project
- Owner: shravzzv
- License: mit
- Created: 2023-09-14T10:30:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:23:48.000Z (over 1 year ago)
- Last Synced: 2025-02-02T22:59:22.068Z (5 months ago)
- Topics: javascript, theodinproject, todoapp, todolist, webpack
- Language: JavaScript
- Homepage: https://odin-todo-list-project.vercel.app
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# The todo list
Todo lists are a staple in beginning webdev tutorials because they can be very simple. There is, however, a lot of room for improvement and many features that can be added.




This project is completed as a part of [The Odin Project](https://www.theodinproject.com/lessons/node-path-javascript-todo-list)'s curriculum.

[View Demo](https://odin-todo-list-project.vercel.app/)
## Features
- Add todos with a **title**, **description**, **due date**, **importance** in three levels as ⭐⭐⭐, ⭐⭐ or ⭐.
- Add todos to **lists**.
- **Filter** todos using lists.
- Mark todos as **completed** by clicking on the ⚪.
- Remove todos using the 🗑️ button.
- Remove lists by **double clicking** them.## Installation
To run this project locally, follow these simple steps:
1. Clone the repository:
```bash
git clone https://github.com/shravzzv/ODIN-Todo-list-project
```1. Run `npm install` to install node packages locally.
1. Open `index.html` in your browser or using live server.
## Contribute
Your contributions are welcome! Here are two ways you can get involved: You can [submit an issue](https://github.com/shravzzv/ODIN-Todo-list-project/issues) or [submit a pull request](https://github.com/shravzzv/ODIN-Todo-list-project/pulls).
Cheers. 🥂