A simple and intuitive Todo app built using React Native.
- Add tasks
- Mark tasks as completed
- View completed tasks
- View pending tasks
- Clone the repository:
git clone https://github.com/Miloszzz2/todo_reactnative.git
- Navigate to the project directory:
cd your_folder_name
- Install dependencies:
npm install
- Start the app:
npm run android npm run ios
- Open the app on your device or emulator.
- Add new tasks using the input field.
- Mark tasks as completed by tapping on the checkbox.
- Navigate between finished tasks and pending tasks using the tabs.