Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.46 KB

color-predict-app

Sunrise & Sunset prediction

Prerequisites

You should provide your own DarkSky API key then adding it into a file named .env at the root of the project like so:

DARKSKY_API_KEY=<YOUR_KEY>

Get Started

A step by step series of examples that tell you how to get a development env running

git clone [email protected]:adrien-catel/color-predict-app.git
npm install
npm run dev

TODO LIST

  • Convert to jsx
  • Refactoring by component
  • Redux / react-redux implementation
  • Redux-thunk implementation
  • Redux refactoring (combine)
  • Color indicator implementation
  • Add prediction result
  • Redux-thunk refactoring
  • Add criteria (did it rain before event?)
  • Add Test Jest
  • Use Flow?
  • Data mining implementation

STACK

react redux jest eslint prettier babel