This is a simple To do list app where the user will enter some text (the job to be done) and will add it to an ongoing list of things they should do. After completition of the task the user has the option of removing the item or leaving it there.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run from your local machine you need
Download the souce code to the project Source.
Need to install NativeBase while in the project directory
npm install native-base --save
You also need to install node_modules
npm install
- ReactNative - Main Framework
- Expo - Dependency Management
I use Github for versioning. For the versions available, see the Releases on this repository.
- Pradeep Senthil - Whole app - pradeepsen99
This project is licensed under the MIT License - see the LICENSE.md file for details