It is an app that displays weather information about user's location. User can choose to visualize info in metric or imperial system.
- HTML.
- CSS.
- JavaScript.
- React.
- React Router DOM.
- Axios.
- Weather API.
- First, clone the repository to your local machine by running the following command in your terminal:
git clone https://github.com/vlaurencena/weather-app-react.git- Navigate to the project directory:
cd weather-app-react- Install the required dependencies:
npm install
- Run the app:
npm start
- Open your browser and go to the following URL to view the app:
http://localhost:3000/
This project was built according to devChallenges's weather app challenge.
