This is a Weather App built using Next.js and React that allows users to check the weather forecast for different locations. You can run this app locally on your machine to explore its features and functionalities.
Before running the app, make sure you have Node.js and npm (Node Package Manager) installed on your machine.
-
Clone the Repository
git clone https://github.com/Inqonsecuential/ClimateQuest.git
-
Install Dependencies
Navigate to the project directory and install the required dependencies using npm:
cd ClimateQuest npm install
-
Start the Development Server
Run the following command to start the development server:
npm run dev
The app will be accessible at
http://localhost:3000
.
A live demo of the Weather App is deployed on Vercel. You can access it using the following link:
Please note that this is just a placeholder link, and you should replace it with the actual deployment URL once you deploy your app on Vercel or any other platform.
- Check the current weather for a specific location.
- View the weather forecast for the next 5 days.
- Toggle between Celsius and Fahrenheit units for temperature.
- Display additional weather details, such as humidity and wind speed.
- Responsive design for a seamless experience on different devices.
Feel free to contribute to the Weather App by submitting bug reports, feature requests, or pull requests. Your feedback and contributions are highly appreciated!
The Weather App is open-source software released under the MIT License.