https://github.com/rayjason/neumorphism_clock
Neumorphism Style Clock
https://github.com/rayjason/neumorphism_clock
Last synced: 10 months ago
JSON representation
Neumorphism Style Clock
- Host: GitHub
- URL: https://github.com/rayjason/neumorphism_clock
- Owner: RayJason
- License: mit
- Created: 2020-09-29T06:20:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T02:54:25.000Z (over 2 years ago)
- Last Synced: 2025-02-18T00:34:34.357Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://clock.rayjason.cn
- Size: 9.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Neumorphism_Clock
一个 Neumorphism 风格的时钟
TypeScript / React 18 / Vite / CSS modules
示例网站:https://clock.rayjason.cn

需求设计:
- 两种钟表选择:模拟钟表、数字钟表
- 整点音乐报时
- 用户自定义时间
- 响应式
- TODO 倒计时
- TODO 参数化Neumorphism风格
- TODO 自定义背景颜色
- TODO 深色模式
[更新日志](CHANGELOG.md)
### Enter project
```
cd neu_clock
```
### Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm dev
```
### Compiles and minifies for production
```
pnpm build
```