![image](https://private-user-images.githubusercontent.com/85250652/361088578-b1107f9b-e81b-439c-a92a-e72c70f04875.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDU2NjMsIm5iZiI6MTczOTUwNTM2MywicGF0aCI6Ii84NTI1MDY1Mi8zNjEwODg1NzgtYjExMDdmOWItZTgxYi00MzljLWE5MmEtZTcyYzcwZjA0ODc1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDAzNTYwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIzMDVjOTk4NTJkYzgyMjY1ZmM1YWY1YTY2NGQxNDViYzUwMzNmZTY2MThkYzVjYTVjNmMwYTg3YjUwMTAwZWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qCMnSiHPqQq2F33mKO21NvO0QVKBzeAHb4fdLLUf-1o)
A highly customizable new tab page featuring a Spotify display, countdowns, a settings menu for toggling elements, and an easy to use syncing system.
- Spotify now playing display
- Clock with weather info
- Intuitive countdown system
- Customization via settings panel
- Settings sync using sync codes
- Basic offline mode and PWA for mobile
- Notes section with Markdown support
- Small games like Minesweeper or Sudoku
- School assignment tracker and grade chart
- Clone the repository.
- Install dependencies using
npm
oryarn
. - Start the dev environment with
yarn run dev
ornpm run dev
. - Edit the
.env
file:
WEATHER_KEY = "" # from OpenWeatherMap SPOTIFY_CLIENT_ID = "" # https://developer.spotify.com BACKEND_URL = "" # https://github.com/underscorelior/homepage-backend (deploy on Vercel)
Important
Make sure to add http://localhost:5137
to the redirect URIs