Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 567 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 567 Bytes

Simple Todo App

This app is built with simple react-native init project; it lets you add, mark todo complete, and remove todos from the list.

This app uses the latest hooks for state management and lifecycle events in a functional component.

This app also uses react-native-elements for easy styling.

this project was tested on iOS simulator iPhone 11

Install

clone the project and run the following command into the project root

yarn
-- or --
npm i

cd ios && pod install && cd ..

Running

To Run the project run

npm start
npm run ios