This is a simple React Native app built with Expo that allows you to track your daily tasks.
- Add tasks to the list by entering text in the text box and clicking the "Add Task" button.
- Delete tasks from the list by clicking on them.
To run this app locally on your machine, follow these steps:
- Clone this repository to your local machine:
git clone
-
Navigate to the project directory: cd daily-task-tracker-app
-
Install dependencies using npm or yarn: npm install
or yarn install
- Start the Expo development server: npm start
or yarn start
- Follow the instructions in the terminal or web browser to open the app on your device or emulator.
Once the app is running on your device or emulator, you can:
- Enter a task in the text box.
- Click the "Add Task" button to add the task to the list.
- Click on a task in the list to delete it.
Contributions are welcome! If you have any suggestions, bug fixes, or improvements, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.