Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fattahsamit/to-do-list
To Do List
https://github.com/fattahsamit/to-do-list
formik react reactrouter redux-toolkit tailwindcss typescript yup
Last synced: 8 days ago
JSON representation
To Do List
- Host: GitHub
- URL: https://github.com/fattahsamit/to-do-list
- Owner: fattahsamit
- Created: 2023-05-28T08:45:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T07:33:49.000Z (9 months ago)
- Last Synced: 2024-02-24T08:26:51.753Z (9 months ago)
- Topics: formik, react, reactrouter, redux-toolkit, tailwindcss, typescript, yup
- Language: TypeScript
- Homepage: https://todo-m23.netlify.app
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to-do-list
This is a simple To-Do List web application built with React, React Router, Redux, and TypeScript.
## Features
- User authentication: Allows users to sign up, log in, and log out.
- Form management & validation:
- Private routes: Users can only access the app's protected routes after logging in. If they are not logged in, they will be redirected to the Home page.
- Create tasks: Users can add new tasks to their to-do list.
- Mark tasks as complete: Users can mark tasks as completed.
- Delete tasks: Users can delete tasks from their to-do list.
- Dark Mode: Users can switch between Light & Dark mode.## Technologies Used
- React
- React Router
- Redux
- TypeScript
- Formik
- Yup