Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/real-devance/task-thing-react
https://github.com/real-devance/task-thing-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/real-devance/task-thing-react
- Owner: real-devance
- Created: 2024-11-19T15:29:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T16:03:44.000Z (2 months ago)
- Last Synced: 2024-11-19T16:51:04.268Z (2 months ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskThingπ
A simple task management app built with React. Sync tasks across devices, stay organized, and manage your to-do's effortlessly.
**[Live Demo](https://taskthing.netlify.app/)**
## Features
- **Manage Tasks** π: Easily organize and track your to-dos.
- **Sync Across Devices** π: Keep your tasks updated on all devices.
- **Simple & Clean UI** π¨: A user-friendly design for smooth navigation.## π οΈ Implementation Details
- **Local Storage**: Tasks are saved in the browser so they stay even if the app is closed.
- **Sync**: Tasks sync with the cloud when online to keep everything up-to-date across devices.
- **Task Management**: Functions to add, edit, and delete tasks are used to manage the list.## π Get It Running
```bash
# clone
git clone https://github.com/real-devance/task-thing-react.git# navigate to the project directory
cd task-thing-react# Install dependencies
npm install# run
npm run dev
```## π§° Tech Stack
- βοΈ React
- βοΈ Redux Toolkit
- π£οΈ React Router
- π¦ TypeScript
- ποΈ Dexie.js
- βοΈ Dexie Cloud
- πͺ Custom Hooks
- π¨Tailwind CSS
- β‘ Vite