Skip to content

adrien-catel/color-predict-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published