A sleek and user-friendly TODO application built with React Native and React Native Paper. It allows users to add, edit, delete, and manage tasks with a simple swipe gesture.
- 📋 Add and manage daily tasks
- ✏️ Edit existing tasks
- 🗑️ Swipe to delete tasks
- 🎨 Modern UI using React Native Paper
- 💾 Context-based state management
- 🔄 Auto-refresh on app load
- 📱 Responsive and mobile-friendly design
- Clone the repository:
git clone https://github.com/your-username/react-native-todo-app.git cd react-native-todo-app - Install dependecies and run:
npm install
npm run web

