Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeverBehave/Motivation
⏲️ Countdown that terrifyingly shows your age
https://github.com/NeverBehave/Motivation
countdown html purecss vue
Last synced: 3 months ago
JSON representation
⏲️ Countdown that terrifyingly shows your age
- Host: GitHub
- URL: https://github.com/NeverBehave/Motivation
- Owner: NeverBehave
- License: mit
- Created: 2019-03-15T07:07:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:57:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T04:54:19.676Z (6 months ago)
- Topics: countdown, html, purecss, vue
- Language: Vue
- Homepage: https://motivation.never.eu.org
- Size: 1.31 MB
- Stars: 34
- Watchers: 3
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motivation
[![Netlify Status](https://api.netlify.com/api/v1/badges/1b9d4a8f-5613-43bf-bf20-864bcc1f017e/deploy-status)](https://app.netlify.com/sites/motivation-countdown/deploys)
![](preview.gif)
输入生日,看时间流逝
## Other Editions (其他版本)
- Wallpaper Engine Edition ([Source Code](https://github.com/NeverBehave/Motivation/tree/Wallpaper-Engine)): https://steamcommunity.com/workshop/filedetails/?id=1683433667
- Inspired by Project(Also Macos ScreenSaver): https://github.com/soffes/Motivation
- Windows ScreenSaver: @TODO
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).