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: 3 months 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.

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).