One-Page

6th December 2021

One-Page is a custom start page that helps you start your web browsing session right! With One-Page, you'll have all the necessary information you need in one place, including the current time and temperature, as well as quick links to your favorite websites.

To add a little inspiration to your day, One-Page also features a random quote to motivate you as you begin your day.

The start page
The start page

Techincal Details

One-Page is written using ReactJS and Styled Components.

The weather information are fetched using the OpenWeatherAPI and the Quotable API is used to retrieve random quotes.

All data is being fetched on the client-side using fetch API which is stored in the state of the application and passed down to the components as props.

The source code for One-Page is available on GitHub