The Back-end is hosted on Heroku and the Front-end is hosted an Github Pages (using gh-pages npm package).
The frontend folder contains the React front-end. The backend folder contains the Node back-end.
To use this app, clone the repositiory and
- inside the frontend folder use
npm startto start the react dev server. - inside the backend folder use
node index.jsornodemon index.jsto start the node server.
The data is fetched from Open Weather Map