Giter VIP home page Giter VIP logo

startpage's Introduction

Just Another Clean Startpage

Because I had nothing better to do

preview

"Features"

Dynamic greeting message

Using the following map:

  • [1 - 5.59]: Take some sleep
  • [6 - 8.59]: You're up early
  • [9 - 11.59]: Have a good day ahead
  • [12 - 16.59]: Good Afternoon
  • [17 - 19.59]: Good Evening
  • [20 - 23.59]: It's time to wrap up for the day

Dynamic card generation

You can define each card under cards.json following the schema:

[
    {
        "title": ...,
        "color": ...,
        "links": [
            {
                "display": ...,
                "link": ...,
                "shortcut": ..., // Optional
            },
            ...
        ]
    },
    ...
]

This json will then generate all the cards under the searchbar, as shown in the preview.

Dynamic short search

As stated in Dynamic card generation, there's a shortcut field for each link under the cards and under the standalonefile shortcuts.json. You can use that shortcut instead of the full sentence to search for it under the searchbar. For example, imagine the following shortcuts.json:

{
    "yt": "https://www.youtube.com"
}

I could search for yt in the searchbar and it would go to https://www.youtube.com. All shortcuts will be merged into one structure, so take into account the possible merge conflicts and understand that all the shortucts under shortcuts.json will take preference under the ones on cards.json

Static quotes

Why not use an API????

Who wants more dependencies in a startpage. Feel free to modify the code to change the quote behaviour, that was one of the main interests of this project: To be as maleable and clear as possible.

Inspiration

  • deepjyoti30's startpage was the main design inspiration

startpage's People

Contributors

zygmut avatar

Watchers

 avatar  avatar

Forkers

ehe781

startpage's Issues

Create shortcut system

There should be a file .i.e shortcuts.json that maps long or commonly used links to a short string

For example:

[
  {
    "link": "https://github.com",
    "shortcut": "g"
  },
  {
    "link": "https://www.leetcode.com/problemset/all",
    "shortcut": "lc"
  }
]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.