This is a simple To-Do app built using React Native. It allows users to add tasks and delete them.
- Add tasks: Users can add new tasks by typing them into the input field and pressing the "+" button.
- Delete tasks: Users can delete tasks by tapping on them after they are completed.
To run this app on your local machine, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install the project dependencies. - Connect your mobile device or start an emulator.
- Run
npm start
to start the Metro Bundler. - Scan the QR code with the Expo Go app on your mobile device or click on the appropriate option in the Metro Bundler to run the app on your emulator.
This project uses the following dependencies:
- React Native: A framework for building native apps using React.
- Expo: A set of tools and services for building React Native apps quickly.
- React Navigation: A routing and navigation library for React Native apps.
Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.