An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Neumorphism_Clock

一个 Neumorphism 风格的时钟

TypeScript / React 18 / Vite / CSS modules

示例网站:https://clock.rayjason.cn

![alt React_clock_Building_20201014](README_PIC/React_clock_Building_20201014.png)

需求设计:
- 两种钟表选择:模拟钟表、数字钟表
- 整点音乐报时
- 用户自定义时间
- 响应式
- 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
```