https://github.com/4bdullah7eeshan/todo-list
A todo list web application
https://github.com/4bdullah7eeshan/todo-list
es6 oop-principles solid webpack
Last synced: 6 months ago
JSON representation
A todo list web application
- Host: GitHub
- URL: https://github.com/4bdullah7eeshan/todo-list
- Owner: 4bdullah7eeshan
- License: apache-2.0
- Created: 2024-09-03T17:34:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T22:44:40.000Z (over 1 year ago)
- Last Synced: 2025-04-05T19:41:32.371Z (about 1 year ago)
- Topics: es6, oop-principles, solid, webpack
- Language: JavaScript
- Homepage: https://4bdullah7eeshan.github.io/todo-list/
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo List
## About
A dynamic todo list web application that allows users to create projects and add tasks, created with vanilla JavaScript.

## Features
- Separate panels for projects (side panel) and tasks (main panel)
- CRUD projects
- CRUD todos within each project
- Setup deadlines to tasks
- Setup priorities (low, medium, high) to tasks
- Add descriptions to tasks
## Background
This project was created as part of [The Odin Project](https://www.theodinproject.com/)'s [Todo List](https://www.theodinproject.com/lessons/node-path-javascript-todo-list) project.