https://github.com/sharonina/sunshi-client
App created for sunshi restaurant
https://github.com/sharonina/sunshi-client
react stylus vite vitest
Last synced: about 1 month ago
JSON representation
App created for sunshi restaurant
- Host: GitHub
- URL: https://github.com/sharonina/sunshi-client
- Owner: Sharonina
- Created: 2023-02-13T23:22:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T21:33:51.000Z (about 2 years ago)
- Last Synced: 2025-02-02T00:41:55.893Z (3 months ago)
- Topics: react, stylus, vite, vitest
- Language: JavaScript
- Homepage: https://sunshi.vercel.app
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

#
Web app created for a japanese food restaurant
# Tech Stack
**Client:** React, JavaScript, Stylus, Vitest
**Server:** Node, Express, MongoDB
# Prototypes
## Low fidelity



## High fidelity



# Usability Test: Lighthouse

# Color Reference
| Color | Hex |
| ------ | ---------------------------------------------------------------- |
| Jade |  #34B5AD |
| Orange |  #EF5A30 |
| Green |  #C9DF6D |
| Pink |  #D97CBF |
| Red |  #F34055 |# Running Tests
To run tests, run the following command
```bash
npm run test
```