Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.04 KB

Todo App

A simple and intuitive Todo app built using React Native.

Screenshots

task1 task4 task2

Features

  • Add tasks
  • Mark tasks as completed
  • View completed tasks
  • View pending tasks

Installation

  1. Clone the repository:
    git clone https://github.com/Miloszzz2/todo_reactnative.git
  2. Navigate to the project directory:
    cd your_folder_name
  3. Install dependencies:
    npm install
  4. Start the app:
    npm run android
    npm run ios

Usage

  1. Open the app on your device or emulator.
  2. Add new tasks using the input field.
  3. Mark tasks as completed by tapping on the checkbox.
  4. Navigate between finished tasks and pending tasks using the tabs.