timothypholmes / startup-page

A custom startup page for your browser.

Home Page:https://timothypholmes.github.io/startup-page/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modular Grid Page

modular grid start page for your browser

Demo Website shields.io

Light Mode

preview-light

Dark Mode

preview-dark

About

A minimal home page for a browser called Modular Grid Page. Modular Grid Page is designed to be a fast and efficient homepage that is easy to use. It has a clean and intuitive interface, and it comes with a number of useful features that make browsing the web a breeze.

Installation

  1. Clone the repo in the directory of your choosing.
    git clone https://github.com/timothypholmes/startup-page.git
  2. Navigate to the repos root and run the command
    ./setup.sh

This will copy the example configuration file where api and preferences are stored. If the setup.sh script fails, try running each step manually:

  1. Copy the config file with:
cp src/config/index.example.js src/config/index.js
  1. Install dependencies:
npm install
  1. Build site:
npm run build
  1. Serve site:
serve -s dist -p 8000

Configure

This project will still need more input from the user before it is ready to be used.

Config file

The config file is located under src/config/index.js. There are two required credentials needed for APIs. The config file is where the screen can be configured to the users preferences. Bookmarks can be added under bookmark and unsplashed categories can be added under unsplash. More configurations are being added and cleaned up (as of 1/1/2023).

Usage

This start page was built with the reactJS framework. To test the page run the command:

npm start

To build the page run the command:

npm run build

To host the site run:

npm run serve

This will rebuild ans serve the site or

serve -s dist -p 8000

This calls the dist folder created by the vite build process. The -p flag runs the static site on port 8000.

API features

  • openweather - Temperature with weather
  • unsplash - Random photo squares

Tools

Old version

Includes the old TDAmeritrade component:

Light Mode

preview-light

Dark Mode

preview-dark

Developer

To deploy to github pages update the base in the vite.config.js file. Then run the command:

npm run deploy

Additional notes:

About

A custom startup page for your browser.

https://timothypholmes.github.io/startup-page/

License:MIT License


Languages

Language:JavaScript 68.1%Language:CSS 24.5%Language:HTML 4.9%Language:GLSL 2.1%Language:Shell 0.5%