This is a weather forecast application built on Next.js. Get accurate weather predictions and forecasts for your location with this intuitive and user-friendly web app.
This project uses next/font
to automatically optimize and load Poppins, a custom Google Font.
Try the live version of the application here.
- Node.js version 18.17 or higher
To run the app on your local machine and explore it, follow these steps:
-
Clone the Repository: Click the "Fork" button at the top-right of this page to create your copy of the repository. Then, clone your forked repository to your local machine.
-
Install Dependencies: Navigate into the project directory using the terminal and run
npm install
to install the required dependencies. -
Start the App: After installing the dependencies, start the app with:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Explore the App: Open your web browser and visit http://localhost:3000 to begin exploring and using the Weather Forecast.
Now, you're ready to explore!