Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aritrosaha10/react-todolist
A basic to-do list made using the React.js framework that supports adding tasks with a due date and marking them as complete.
https://github.com/aritrosaha10/react-todolist
react todo todolist
Last synced: about 1 month ago
JSON representation
A basic to-do list made using the React.js framework that supports adding tasks with a due date and marking them as complete.
- Host: GitHub
- URL: https://github.com/aritrosaha10/react-todolist
- Owner: AritroSaha10
- Created: 2020-10-14T15:15:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T15:45:16.000Z (over 4 years ago)
- Last Synced: 2024-11-08T17:39:34.091Z (3 months ago)
- Topics: react, todo, todolist
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React To-Do List
A basic to-do list made using the React.js framework that supports adding tasks with a due date and marking them as complete.## This project isn't finished!
This project is still in its infancy, and only the barebones of the app has been completed.## Demo
You can try out the published version of the master branch here: https://to-do-list-development.web.app/## Current Features
- Add new tasks with a due date
- Mark task as complete## Upcoming Features
- Sign-in ability with Firebase
- Save tasks
- Delete tasks after completed
- Enhance UI / UX
- Add proper PWA support (that includes offline support)