Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/real-devance/task-thing-react


https://github.com/real-devance/task-thing-react

Last synced: about 2 months ago
JSON representation

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