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: 4 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T08:05:28.000Z (about 8 years ago)
- Last Synced: 2025-02-24T06:49:24.623Z (4 months 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.