Skip to content

Commit

Permalink
Merge branch 'hotfix/readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtF8 committed Mar 17, 2024
2 parents 940b2c0 + 821ad77 commit 5d91a15
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
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/).

0 comments on commit 5d91a15

Please sign in to comment.