Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 400 Bytes

react-native-todoapp

A todo app built with React Native. The app saves todos, allows to mark complete and delete them. Shows different views for All, Active and Completed and stores data locally woth AsyncStorage

#React Native Installation: https://facebook.github.io/react-native/docs/getting-started.html

#Start App :

react-native init todo

react-native run-ios

react-native run-android