Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elevenpassin/todo-list
A simple todo app which also displays random quotes. :)
https://github.com/elevenpassin/todo-list
css-preprocessor localstorage react react-components service-worker
Last synced: about 1 month ago
JSON representation
A simple todo app which also displays random quotes. :)
- Host: GitHub
- URL: https://github.com/elevenpassin/todo-list
- Owner: elevenpassin
- Created: 2017-05-21T12:34:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T08:05:28.000Z (over 7 years ago)
- Last Synced: 2025-01-03T05:20:44.109Z (about 1 month ago)
- Topics: css-preprocessor, localstorage, react, react-components, service-worker
- Language: JavaScript
- Homepage: https://buoyantair.github.io/todo-list/
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo list App
A very simple beginner app that I made to get more familiar with reactjs library and localstorage API.
## Technologies used
- HTML5, CSS3 & Javascript (ES6)
- reactjs & react-dom
- Local Storage API## Features
- Users can add tasks to the todo list and remove tasks from todo list.
- A very simple quotes app is right beside the todolist that randomly shows an inspirational quote.