Hi there! ✋ I'm Javier, and this is my approach to a weather app, using ReactJS, CSS Modules and Sass.
Visit the live demo Here!
-
In this project I've learned how to consume data from an external API OpenWeather.org
-
Also, deployed it with Vercel, so everyone can take a look at the project.
-
First, clone this Repo on your PC.
-
Then, you should run
npm install
in the project folder. -
Once that finishes, you just do
npm start
, and it will load the app on a new tab. Enjoy!