This project is a frontend application built with React that displays weather data on a map for 24 districts in Sri Lanka. The weather data includes temperature, humidity, air pressure, and the latest updated date. The data is synced from a backend API.
You can find a live demo of the application here.
- Displays weather data on a map for 24 districts in Sri Lanka.
- Shows temperature, humidity, air pressure, and the latest updated date.
- Includes a search option to find weather data for specific districts.
- Clone the repository:
git clone https://github.com/A-Samod/weather-api-frontend
- Navigate to the project directory:
cd weather-api-frontend
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view it in the browser.
The backend repository for this project can be found here.