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

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

A simple task management app built with React. Sync tasks across devices, stay organized, and manage your to-do's effortlessly.
https://github.com/real-devance/task-thing-react

dexie dexie-cloud dexiejs html react reactjs reactrouter router tailwindcss typescript

Last synced: 8 months ago
JSON representation

A simple task management app built with React. Sync tasks across devices, stay organized, and manage your to-do's effortlessly.

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