Weather React App

A simple Weather Application made with React.js, CSS modules and Font-Awesome Icons using the Open-Meteo Weather API.

Check the application is live on the following link:

weather-react

Requirements

  • Node.js
  • npm (or yarn or pnpm)

Development Setup

clone the repository and run the following commands in the project root folder.

npm install #first time to install dependencies
npm run dev