A modern task management app with responsive design for desktop 💻 and mobile 📱, featuring dark mode 🌙 and automatic saving of tasks ✅ and theme preferences 🎨 in LocalStorage.
- Add ➕, edit ✏️, and delete 🗑️ tasks easily
- Modals 💬 for task input and editing
- State management with Context API 🔄 for seamless updates
- Persisted theme 🌗 and task lists 🗂️ for consistent user experience
Tech Stack: React ⚛️ | TypeScript 🟦 | TailwindCSS 🎨 Deployment: Cloudflare Pages ☁️
First install pnpm and git
and then run this commands
git clone https://github.com/amirhirx/react-todo-app.git
cd react-todo-app
pnpm build
pnpm start
