Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipeccm/todo-list
A to-do app that can create, read, update, and delete to-dos with Local Storage. It was developed with Javascript, CSS, Webpack, and the Flatpickr NPM.
https://github.com/filipeccm/todo-list
css flatpickr javascript npm webpack
Last synced: about 5 hours ago
JSON representation
A to-do app that can create, read, update, and delete to-dos with Local Storage. It was developed with Javascript, CSS, Webpack, and the Flatpickr NPM.
- Host: GitHub
- URL: https://github.com/filipeccm/todo-list
- Owner: filipeccm
- Created: 2020-05-19T12:08:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:43:27.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T02:29:07.167Z (over 1 year ago)
- Topics: css, flatpickr, javascript, npm, webpack
- Language: JavaScript
- Homepage: https://filipeccm.github.io/todo-list
- Size: 925 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Part of The Odin Academy Javascript course. The goal was to make a to-do list in which it's possible to add, edit and delete to-dos.
The exercise also wanted to test our ability to use NPM, Webpack and add external libraries (e.g. flatpickr).