Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 955 Bytes

README.md

File metadata and controls

56 lines (33 loc) · 955 Bytes

Weather App

About The Project

A simple weather app built with React.js, providing current weather conditions and forecasts.

Built With

Getting Started

Follow the steps below to set up the project locally.

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm / yarn

Installation

  1. Clone the repo

    git clone https://github.com/disalad/weather-app.git
  2. Install dependencies

    yarn install
  3. Create a .env file in the root directory of the project.

  4. Add your LocationIQ API key to the .env file:

    REACT_APP_API_KEY=YOUR_API_KEY_HERE
  5. Start the development server

    yarn start

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/disalad/weather-app