startpage
startpage copied to clipboard
Start Page
A start page based on Bootstrap 4 and Material Design 2 (specifically the Google Material Theme).
Contributors
Dependencies
Setup
-
Assuming you have installed all the dependencies,
cd
into the project directorynpm install
-
Edit
gulpfile.js
and setdevUrl
to your local URL of choice -
Edit
assets/src/js/site.js
and replace bookmarks with your own -
Run
gulp
Todo
- ~~Allow setting of bookmarks in json config~~
- ~~Use javascript to fetch favicons and cache them~~
- ~~Get weather from openweathermap.org api or similar~~
- ~~Dynamically set days and weather icons~~
- ~~Pull zip code from json config for weather~~
- ~~Get Google News from https://newsapi.org/s/google-news-api~~
- Experiment with vertical cards with images for news headlines
- Consider adding autocomplete to search bar
- Improve responsive styling (desktop only for now)
- ~~Improve code quality and legibility~~
- Add options menu
- Add Dark Mode option
- Add option to add bookmark, saving to config file