Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.31 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.31 KB

Weather Forecast

A weather forecast website that allows users to search for weather forecasts by city and unit using the OpenWeather API. The app provides up-to-date weather information for today and the next four days, including max temperature, min temperature, and humidity.

Link

Website Link: Daily Weather Report

Stack

  • TypeScript
  • React.js
  • Redux Toolkit
  • Styled Components
  • Netlify: Deploy and CI/CD
  • Jest
  • ESLint
  • Prettier

Getting Started

To get a local copy of this app up and running, follow these simple steps:

Prerequisites

To use this app, you need to have Node.js and Yarn installed on your machine. If you don't have them installed, you can download them from the following links:

Installation

  1. Get a free API Key from https://openweathermap.org/
  2. Clone the repo:
git clone https://github.com/TJ72/weather-forecast.git
  1. Navigate to the project directory:
cd weather-forecast
  1. Install NPM packages:
yarn install
  1. Enter your API Key in the .env file:
REACT_APP_API_KEY=YOUR_API_KEY

Usage

To start the app, run the following command:

yarn start

The app will run on http://localhost:3000 in your web browser.