A simple and intuitive To-Do List application built with React Native and powered by Expo Go. This app helps users efficiently manage tasks, stay organized, and track progress seamlessly.
- Add, edit, and delete tasks effortlessly.
- Mark tasks as complete or incomplete.
- User-friendly interface for easy navigation.
- Cross-platform compatibility (iOS and Android).
- Node.js (v16 or higher recommended)
- Expo CLI (to be installed as part of the setup)
- A device or emulator with Expo Go installed.
git clone https://github.com/your-username/todo-list-app.git
cd todo-list-appnpm installnpm install -g expo-clinpx expo start- Open the Expo Go app on your device.
- Scan the QR code displayed in the terminal or browser.
- The app will launch on your device.
- React Native: Framework for building mobile apps.
- Expo Go: Development toolchain for React Native apps.
- Add task categories for better organization.
- Enable task prioritization (e.g., High, Medium, Low).
- Add dark mode support for improved accessibility.
