A start page based on Bootstrap 4 and Material Design 2 (specifically the Google Material Theme).
-
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
Allow setting of bookmarks in json configUse javascript to fetch favicons and cache themGet weather from openweathermap.org api or similarDynamically set days and weather iconsPull zip code from json config for weatherGet 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