https://github.com/mrinjamul/start
A start page for surfing the web.
https://github.com/mrinjamul/start
css dark-theme icons js productivity start start-page theme timer
Last synced: 4 months ago
JSON representation
A start page for surfing the web.
- Host: GitHub
- URL: https://github.com/mrinjamul/start
- Owner: mrinjamul
- License: mit
- Created: 2021-08-22T03:49:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T06:05:49.000Z (over 1 year ago)
- Last Synced: 2025-08-02T14:45:27.283Z (10 months ago)
- Topics: css, dark-theme, icons, js, productivity, start, start-page, theme, timer
- Language: JavaScript
- Homepage: http://mrinjamul.is-a.dev/start
- Size: 2.74 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

## 👇 Index
- [👇 Index](#-index)
- [✨ Features:](#-features)
- [Development](#-development)
## ✨ Features:
- **Easy configuration** file.
- **Dark/Light** mode, you can toggle them and It'll be saved in local storage.
- **Clock and Date** format can be set to 24 hour (default) or 12 hour.
- **Greetings** are easy to modify.
- **Variables** for custom colors and font sizes in the `style.css` code.
- **Icons** all icons are from Feather Icons (Some others I made them with the Feather icons as a base)
- **Modular** javascript files for an easy read.
### 👨💻 Development
required packages (Optional),
```
# Install simple-web-server
wget https://github.com/mrinjamul/simple-web-server/releases/download/v1.1.2/sws-v1.1.2-linux-amd64
mv sws-v1.1.2-linux-amd64 sws
chmod +x sws
sudo mv sws /usr/local/bin # or to any PATH env
# Install prettier
npm install prettier
```
Note: only required if you want to use npm script commands.
