/daily-tracker

Daily tracker app using react native and redux. Part of Udacity React Developer Nanodegree.

Primary LanguageJavaScript

Daily Tracker


Live Preview

TBA


Tools used

  • React Native
  • Redux
  • Styled Component

local Install

> cd daily-tracker
> yarn web # to run on browser
> yarn android # to run on simulator or actual device
> yarn ios # to run on ios emulator or actual device
  • NOTE Make sure you have the simulator/emulator/device already opened before running those commands otherwise they will fail to run.

TODO List

  • Try to implement typescript style library for this app.
  • Implement TextButton - FlatButton - OutlinedButton

Tasks

  • rest() reset the state to default values + save state to local storage + go back to the homepage.