Tripeo is a React app providing you with weather data for your trips.
You create a day by day roadmap of locations, and the app gives you weather forecasts. Live Demo
It leverages the DarkSky Api for weather forecasts and Algolia Places for input autocompletion (algolia-places-react hooks the api to React).
Tech Stack:
- React
- Redux
- redux-thunk
- styled-components
- Node (Express)
- PropTypes
- Jest
- Enzyme
-
install server dependencies from root with
npm install
. -
install client dependencies from root with
npm client-install
. -
get your DarkSky and Algolia Places keys.
-
create an
.env
file in root folder to add yourDARKSKY_API_KEY
key. -
create an
.env
file in client folder to add yourREACT_APP_ALGOLIA_APP_ID
andREACT_APP_ALGOLIA_API_KEY
public keys.
npm run dev
oryarn dev
to run the app on your local machine.