Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 803 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 803 Bytes

hashtodo

A Todo android app build using React Native and Redux

Download the zip and extract to your local machine You need to install npm command in ur machine that can be preinstalled with node package and follow the steps below.

step 1: Run the following command to install node modules => npm install

step 2: Use this command to run app in local development mode => npm start

step 3: Install Expo Go app from play store and open the Expo app

step 4: scan the barcode from Expo Go and wait for app to build

step 5: Enjoy the Todo app

Inside the app

  1. input some task and enter ADD TODO to add a todo
  2. You can priotize the app
  3. click radio button after completing the todo to mark it completed.
  4. click edit button to edit the todo
  5. Long press the todo item to delete the todo