https://github.com/sepidsoroush/chore
Chore is a task manager made by Reactjs, Redux and TypeScript
https://github.com/sepidsoroush/chore
firebase firebase-auth react redux redux-toolkit shadcn-ui typescript vite
Last synced: 3 months ago
JSON representation
Chore is a task manager made by Reactjs, Redux and TypeScript
- Host: GitHub
- URL: https://github.com/sepidsoroush/chore
- Owner: sepidsoroush
- Created: 2023-07-05T08:52:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-14T12:50:27.000Z (8 months ago)
- Last Synced: 2025-11-14T14:34:44.997Z (8 months ago)
- Topics: firebase, firebase-auth, react, redux, redux-toolkit, shadcn-ui, typescript, vite
- Language: TypeScript
- Homepage: https://chore-sepidev.vercel.app
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chore
A task manager made by Reactjs, Redux, TypeScript, Firebase, shadcn/ui, and Tailwind CSS.
## Features
- [x] Create, Read, Update, and Delete tasks (CRUD app)
- [x] Set date for tasks
- [x] Set Status for tasks (To Do, Doing, Done)
- [x] Responsive design
- [x] light/ dark theme
- [x] Authentication for login/ logout
- [x] Handle multiple Boards (lists)
- [x] Drag and Drop tasks in the Task columns
## Stacks
- [React](https://react.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [shadcn/ui](https://ui.shadcn.com/)
- [Vite](https://vitejs.dev/)
- [Firebase](https://firebase.google.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [dnd-kit](https://dndkit.com/)