Quicky is a React Native productivity app designed to help users manage tasks, stay organized, and get more done on mobile devices.
- Task creation and management
- Due date and priority settings
- Smart notifications and reminders
- Clean, native mobile interface
- Offline support and local storage
- Clone the repository:
git clone https://github.com/yourusername/quicky.git cd quicky - Install dependencies:
npm install # or yarn install - Run the app:
- iOS:
npx react-native run-ios
- Android:
npx react-native run-android
- iOS:
- Open the app on your device or emulator.
- Add new tasks using the add button.
- Set due dates and priorities for each task.
- Mark tasks complete or delete them when finished.
Contributions are welcome. Please open an issue or submit a pull request with improvements or bug fixes.
This project is licensed under the MIT License.