-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Todo List Project | ||
|
||
## Introduction | ||
|
||
This project is part of [The Odin Project](https://www.theodinproject.com/lessons/node-path-javascript-todo-list) and it focuses on creating a dynamic todo list application where users can manage their tasks efficiently. It implements features such as dynamic rendering of todos and projects, separation of application logic and DOM manipulation, and data persistence using the Web Storage API. | ||
|
||
### Features | ||
|
||
- Dynamic creation of todos and projects. | ||
- Organization of todos into separate projects. | ||
- Separation of application logic and DOM manipulation. | ||
- Use of Web Storage API for data persistence. | ||
- Responsive and user-friendly interface. | ||
|
||
### Technologies Used | ||
|
||
- HTML | ||
- CSS | ||
- JavaScript (ES6) | ||
- Webpack | ||
- npm (Node Package Manager) | ||
|
||
## Live Demo | ||
|
||
You can view a live demo of the project [here](https://extf8.github.io/todoOrNot/). |