Weather-APP Project
Welcome to the Weather-APP project, a web application that displays weather data for three different cities (dynamic features in the future). This project was developed as part of a front-end development test and utilizes various API service to retrieve real-time weather data.
Technologies Used
- Next.js and Tailwind CSS for front-end development.
- Open Weather Map, WeatherApi, Open-Meteo APIs for accessing weather data.
- Pexels API to retrieve city images.
- Any applicable frameworks or libraries used for creating the responsive interface
Getting Started
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/yourname/Weather-APP.git
- Navigate to the project directory:
cd Weather-APP
- Install the dependencies:
npm install
oryarn install
- Run the development server:
npm run dev
oryarn dev
- Open your web browser and access the application at
http://localhost:3000