A simple task management app built with React. Sync tasks across devices, stay organized, and manage your to-do's effortlessly.
- 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.
- 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.
# 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
- ⚛️ React
- ⚙️ Redux Toolkit
- 🛣️ React Router
- 🟦 TypeScript
- 🗄️ Dexie.js
- ☁️ Dexie Cloud
- 🪝 Custom Hooks
- 🎨Tailwind CSS
- ⚡ Vite