This is a simple Todo List application built with React Native.
-
Fork the repository.
-
Clone the forked repository.
-
Install the dependencies:
npm install
To run the app:
npm start
To view the app: refer (https://docs.expo.dev/get-started/expo-go/)
- Add a new todo
- Mark a todo as completed
- Delete a todo
- Filter todos by their completion status
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.