An open API service indexing awesome lists of open source software.

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

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/)