This is a simple to-do app created with React Native.
- Add new tasks
- Edit existing tasks
- Mark tasks as completed
- Delete tasks
- Clone the repository:
git clone https://github.com/johnmichealacera/ToDoAppAndroidVersion.git - Navigate to the project directory:
cd ToDoAppAndroidVersion - Install dependencies:
npm install
- Start the development server:
npm run start - Use one of the available scripts to launch the app on your desired platform:
npm run android: Launches the app on an Android emulator or device.npm run ios: Launches the app on an iOS simulator or device.npm run web: Launches the app in a web browser.
This app was built using the following technologies:
- React Native - The web framework used
- Expo - tool and service for building and deploying React Native apps
- Fork the repository
- Create a new branch:
git checkout -b feature-name - Make changes and commit:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-name - Submit a pull request
This project is licensed under the MIT License - see the LICENSE.md file for details.
- React native documentation
- Expo documentation