Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 343 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 343 Bytes

Todoist

A todo application built with React Native, uses Redux for state and react-navigation for navigation.

To Run

You will need to have you machine setup to run react native projects then follow the commands below.

Install dependencies

yarn 

Start Android

yarn android

Start iOS

yarn ios