Application for ** study of React Native** framework, APP will be a simple list of tasks with just one screen. The user can create tasks, mark or unmark as finished or remove it.
- Download the project or a clone in the repository:
git clone https://github.com/gustafsilva/Simple-Task-List-App.git
. - Open the terminal in the project folder:
cd Simple-Task-List-App
. - Install the project dependencies:
npm install && react-native link
.
- Run an emulator or connect your cell phone to test.
- Run the project using the
npm start
command on the terminal. - Open another terminal, and run the following command:
* For Android run:
react-native run-android
* For IOS run:react-native run-ios
The contents of this repository are covered under the MIT License.