You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ While a to-do list application is often seen as a basic and cliché project, thi
18
18
19
19
### SOLID Principles
20
20
-**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.
21
22
-**Open/Closed Principle**: The code is open for extension but closed for modification, allowing new features to be added without altering existing functionality.
22
23
23
24
### Object-Oriented Programming in JavaScript
@@ -47,3 +48,9 @@ You can view the live version of the project [here](https://codedstrings.github.
47
48
```bash
48
49
npm run dev
49
50
```
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.
0 commit comments