MyTasks is a simple and powerful task management mobile app built with React Native and Expo. It helps you to organize your daily activities with features like task creation, completion tracking, reminders, and persistent storage.
- 📝 Create tasks
- 🗑️ Delete tasks
- ✅ Mark tasks as complete with visual indications
- 🔔 Automatic Remind notifications
- 🔔 No notifications on Completed and Deleted Tasks (Additional)
- 💾 Local storage for persistent data (Additional)
- 🎨 Clean, modern User Interface.
- React Native
- Expo
- Expo Notifications
- React Native Async Storage
- React Hooks
- Feather Icons
- Node.js
- Expo CLI (
npm install -g expo-cli) - Expo Go app on your mobile device (Use Emulator)
-
Clone the repository:
git clone https://github.com/arnabpal2022/MyTasksApp.git cd MyTasksApp -
Install dependencies:
npm install
-
Start the development server:
npm run android # to run the app in android -
Run on your device:
- Open the Expo Go app on your mobile device
- Scan the QR code that appears in your terminal or Insert the expo url
- The app will automatically load and run on your device
-
Add a new task:
- Type your task in the input field at the top
- Press the "+" button or hit enter on your keyboard
-
Manage tasks:
- ✔️ Tap the circle icon to mark a task as complete
- ✏️ Tap the edit icon to modify a task
- 🗑️ Tap the trash icon to delete a task
-
Notifications:
- Each new task will trigger a notification after 10 seconds
- Notifications are automatically canceled when tasks are marked complete
- The app will request notification permissions on first launch
-
Notification Management: Implemented a robust system to schedule, update, and cancel notifications ensuring those stay synchronised with task changes
-
Data Persistence: Implementing AsyncStorage to maintain task state across app sessions with handling serialization of notification IDs with task objects and creating a seamless loading experience while data is being retrieved
We can implement in future:
- Add due dates and time-based reminders
- Implement task categories or tags
- Add task prioritization
- Implement dark mode support
- Add swipe gestures for task actions
For any issues or questions, please contact [arnabpalofficial2003@gmail.com] or open an issue in the repository.