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

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

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