Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeroggenbuck/day
A daily screen that shows the date and tasks for the day
https://github.com/jakeroggenbuck/day
Last synced: 5 days ago
JSON representation
A daily screen that shows the date and tasks for the day
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/day
- Owner: JakeRoggenbuck
- Created: 2022-09-19T08:33:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:54:53.000Z (7 months ago)
- Last Synced: 2024-06-20T23:33:17.708Z (5 months ago)
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Day
A daily screen that shows the date and tasks for the day## Backend
Using Gin-Gonic and Go## Frontend
Using Yew and Rust![Day Tracker](https://user-images.githubusercontent.com/35516367/190979519-856b76f0-d1e6-4ebd-a52d-b92f072b824f.png)
#### Color Scheme
![image](https://user-images.githubusercontent.com/35516367/190979617-2b10cf7c-961e-4aeb-8885-afaf3915a3e4.png)- black: #000000;
- oxford-blue: #14213d;
- orange-web: #fca311;
- platinum: #e5e5e5;
- white: #ffffff;