Skip to content

snorflux/ClimateQuest

Repository files navigation

Weather App - Local Setup

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.

Local Setup Instructions

Before running the app, make sure you have Node.js and npm (Node Package Manager) installed on your machine.

  1. Clone the Repository

    git clone https://github.com/Inqonsecuential/ClimateQuest.git
  2. Install Dependencies

    Navigate to the project directory and install the required dependencies using npm:

    cd ClimateQuest
    npm install
  3. 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.

Live Demo

A live demo of the Weather App is deployed on Vercel. You can access it using the following link:

Live Demo

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.

Features

  • 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.

Contributing

Feel free to contribute to the Weather App by submitting bug reports, feature requests, or pull requests. Your feedback and contributions are highly appreciated!

License

The Weather App is open-source software released under the MIT License.