Weather_app is a webpage to check the weather in real time of any city around world.
This page is an API REST practice exercise throught Axios using OpenWeatherMap API.
Webpage's UI was made with Reactjs, MaterialUI, SASS, and Normalize.css.
To execute this technical test it is necesary to have installed node.js at v16.17.0 version, Git and yarn at v1.22.19.
Note: To use and modify this app it should be done with yarn because app was build with yarn.
Then it is necesary to clone the repository into a local directory in a console or a terminal, using:
git clone https://github.com/sad-sad-094/Weather_App.git
Once the previous step was done it is neccessary to run (on console or terminal)
yarn install
to get dependencies installed in local directory. After dependencies were installed it is just neccessary to run (on console or terminal)
yarn start
command to run the app with localhost.