/todotracker

A simple Todo Tracker built with React Native.

Primary LanguageJavaScriptMIT LicenseMIT

Todo Tracker

A simple Todo Tracker built with React Native.

react javascript mobx vasern rnfirebase Formik.js

Getting Started

1. Clone and Install

# Clone the repo
git clone https://github.com/maxiromanoff/todotracker

# Navigate to clonned folder and Install dependencies
cd todotracker && yarn install

# Install Pods
cd ios && pod install

2. Open RNS in your iOS simulator

Run this command to start the development server and to start your app on iOS simulator:

yarn run ios

Or, if you prefer Android:

yarn run android

LICENSE

MIT