TaskApp is a modern mobile task management application built using Expo React Native and TypeScript.
The app allows users to create, complete, and manage tasks with a clean and responsive mobile UI.
- Add tasks
- Delete tasks
- Mark tasks as completed
- Completed tasks screen
- Persistent local storage
- Bottom tab navigation
- Modern dark UI
- Mobile-first responsive design
- React Native
- Expo
- TypeScript
- Expo Router
- Context API
- AsyncStorage
- Expo Vector Icons
app/
components/
context/
types/
storage/git clone https://github.com/yourusername/taskapp.gitnpm installnpx expo start- Install Expo Go on your phone
- Scan QR code
Install EAS CLI:
npm install -g eas-cliConfigure EAS:
eas build:configureBuild APK:
eas build -p android --profile preview- Download APK
- Enable "Install Unknown Apps" on Android
- Install APK manually
- Authentication
- Cloud synchronization
- Push notifications
- Swipe gestures
- Animations
- Task categories
- Due dates
- Offline sync
MIT License