This Free Minimal To-do List mobile application allows you to manage your tasks on-the-go with ease. Whether you're organizing your daily to-do's or planning your next big project, this app has you covered you all.
- React Native: A JavaScript framework for building native mobile applications.
- Expo: A platform for building and deploying React Native apps quickly.
- JavaScript (ES6+): The primary programming language used in the project.
- npm: The Node Package Manager for managing dependencies and running scripts.
-
Take a look at the app with this screenshot captured on my mobile device: Mobile Screenshot
-
Explore the app's user interface design on Figma: Figma Design Link
- Task Management: Add, edit, and remove tasks effortlessly.
- Checklist: Mark tasks as completed with a single tap.
- Interface: Sleek and user-friendly design for seamless navigation.
- Clone the repository:
git clone https://github.com/vsbuidev/react-native-todo-list.git
cd react-native-todo-list
- Install dependencies:
npm install
- Run the app on a simulator or device:
npm start
- Install the Expo Go App (Android/iOS) from the Google Play / App Store and Scan the QR code shown in terminal with Expo Go (Android) or the Camera app (iOS).
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Special thanks to the React Native and Expo community for their invaluable resources and support.