My Homepage is a simple web page built with Next.js. It serves as my browser's first page, displaying links to my most frequently visited sites and the current weather conditions in my location.
- Clean and minimalist design
- Responsive layout
- Links to frequently visited sites
- Displays current weather conditions in your location
- Clone this repository
- Install dependencies using
npm install
- Start the development server using
npm run dev
- Open the homepage in your browser at
http://localhost:3000
This homepage is intended to be used as your browser's first page. To set it as your browser's home page, follow these steps:
- Click on the three vertical dots in the top right corner of the browser window
- Click on "Settings"
- In the "Appearance" section, click on "Open a specific page or set of pages"
- Click on "Add a new page"
- Enter the URL of your Next.js homepage and click "Add"
- Click on the three horizontal lines in the top right corner of the browser window
- Click on "Options"
- In the "Home" section, click on "Custom URLs..."
- Enter the URL of your Next.js homepage and click "Save"
- Click on the three horizontal dots in the top right corner of the browser window
- Click on "Settings"
- Scroll down to the "On startup" section and select "Open a specific page or pages"
- Click on "Add a new page"
- Enter the URL of your Next.js homepage and click "Add"
To display the current weather conditions in your location, this homepage uses the OpenWeather API. To use the weather display, you will need to obtain an API key from OpenWeather and set it as the NEXT_PUBLIC_OPENWEATHER_API_KEY
environment variable.
This project is licensed under the MIT License - see the LICENSE file for details.