https://github.com/sepidsoroush/task-manager
✅ A task manager made by Reactjs, Redux and TypeScript
https://github.com/sepidsoroush/task-manager
firebase react redux redux-toolkit shadcn-ui thunk-middleware typescript vite
Last synced: about 1 year ago
JSON representation
✅ A task manager made by Reactjs, Redux and TypeScript
- Host: GitHub
- URL: https://github.com/sepidsoroush/task-manager
- Owner: sepidsoroush
- Created: 2023-07-05T08:52:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:16:12.000Z (about 2 years ago)
- Last Synced: 2025-02-13T20:48:12.951Z (over 1 year ago)
- Topics: firebase, react, redux, redux-toolkit, shadcn-ui, thunk-middleware, typescript, vite
- Language: TypeScript
- Homepage: https://task-manager-sepidev.vercel.app/
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task-Manager
A task manager made by Reactjs, Redux and TypeScript.
> **Warning**
> This is a work in progress. I'm building this in public.
## 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
- [ ] Authentication for login/ logout
- [ ] Handle multiple Boards (lists)
- [ ] Drag and Drop tasks in the Task columns
- [ ] Calendar view
## 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/)