This is a simple temperature gauge application that I created for my blog to compare and contrast React, Vue and Angular. https://thewebhacker.com/react-vs-vue-vs-angular-showdown-part1-react/
To run this application you need node and nvm installed. Here's how you can get it up and running:
- Clone the repo into a local directory.
- In that directory run
nvm use && nvm install
- Now start the application by running
npm run start
- Sign up for free API credentials at Open Weather and plug them into
src/OpenWeatherService.js
You're up and running. Hack around with it then come tell me what you think!