/weather-app

Weather App using React.

Primary LanguageJavaScript

Weather App

OpenWeatherMap API

Introduction

Weather App to access the current weather data for any location using the OpenWeatherMap API.

Built with

  • React
  • CSS
  • JavaScript
  • Tailwind

Getting started

Prerequisites

  • Install node.js.

Installation

  1. Clone the repo:
git clone https://github.com/ClouddCoder/weather-app.git
  1. Install the dependencies in the project root:
npm install
  1. Create an .env file in the project root:
VITE_WEATHER_API_KEY = <YOUR_API_KEY>

Usage

After cloning the repo, it can be used with npm start or npm run dev to develop.

Then open a new tab in the browser and type localhost:3000.

Demo

Currently the application is deployed on Render.com.

https://weather-app-fm3c.onrender.com/

Contributors