/weather-app

Weather App is responsive project built on React. This application brings you real-time weather updates and forecasts from RapidAPI data.

Primary LanguageJavaScript

Weather App

Table of Contents

Technologies Used

  • React

Getting Started

  1. First of all you need to clone the app repository from GitHub:
git clone https://github.com/otonebieridze/weather-app.git
  1. Next step requires installing all the dependencies.
npm install
  1. To see the project in action
npm run dev

Deployment

For deployment, you need to create a build file.

npm run build

after this, you can use this file to deploy the project.

Author