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
- input some task and enter ADD TODO to add a todo
- You can priotize the app
- click radio button after completing the todo to mark it completed.
- click edit button to edit the todo
- Long press the todo item to delete the todo