Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remycastella/top-todolist
A to-do list application that brings together modular design, object oriented design principles (SOLID), and Webpack.
https://github.com/remycastella/top-todolist
Last synced: about 1 month ago
JSON representation
A to-do list application that brings together modular design, object oriented design principles (SOLID), and Webpack.
- Host: GitHub
- URL: https://github.com/remycastella/top-todolist
- Owner: RemyCastella
- Created: 2024-03-30T10:30:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T04:24:55.000Z (9 months ago)
- Last Synced: 2024-04-11T12:47:33.984Z (9 months ago)
- Language: JavaScript
- Homepage: https://remycastella.github.io/top-todolist/
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# top-todolist
A to-do list application built with vanilla JavaScript, where I used the pub/sub design pattern for the first time and was mindful of the SOLID principle (note: mindful of !== well executed). This was also the first time using an external library (date-fns) and implementing local storage. The code still requires major refactoring but the app is working and I have decided to move on with the Odin Project curriculum for now...