A modern task management application built with React Native and TypeScript.
- User authentication
- Create, edit, and delete tasks
- Task categories and priorities
- Due date reminders
- Dark/Light theme support
- Offline support
- Real-time updates
- React Native with Expo
- TypeScript
- Redux Toolkit for state management
- React Navigation for routing
- React Native Paper for UI components
- AsyncStorage for local storage
- Install dependencies:
npm install- Start the development server:
npm start- Run on Android:
npm run android- Run on iOS:
npm run iossrc/
├── components/ # Reusable UI components
├── screens/ # Screen components
├── navigation/ # Navigation configuration
├── store/ # Redux store and slices
├── services/ # API and other services
├── utils/ # Utility functions
└── types/ # TypeScript type definitions
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request