Skip to content

Commit 2e1a6c8

Browse files
authored
Update README.md
1 parent 5c4168a commit 2e1a6c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ While a to-do list application is often seen as a basic and cliché project, thi
1818

1919
### SOLID Principles
2020
- **Single Responsibility Principle**: Each class and module has a single responsibility, making the code easier to manage and extend.
21+
- **Event-Driven Programming**: Working with JavaScript's event system to create a dynamic, interactive user experience.
2122
- **Open/Closed Principle**: The code is open for extension but closed for modification, allowing new features to be added without altering existing functionality.
2223

2324
### Object-Oriented Programming in JavaScript
@@ -47,3 +48,9 @@ You can view the live version of the project [here](https://codedstrings.github.
4748
```bash
4849
npm run dev
4950
```
51+
52+
## Future Improvements
53+
- Add local storage support to persist data between sessions.
54+
- Implement user authentication to manage personal To-Do lists.
55+
- Enhance the UI with more animations and better design.
56+

0 commit comments

Comments
 (0)