https://github.com/christophertrimboli/hypercare-challenge
Hypercare Frontend Developer Coding Challenge
https://github.com/christophertrimboli/hypercare-challenge
Last synced: about 1 month ago
JSON representation
Hypercare Frontend Developer Coding Challenge
- Host: GitHub
- URL: https://github.com/christophertrimboli/hypercare-challenge
- Owner: ChristopherTrimboli
- License: mit
- Created: 2024-05-17T15:41:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T06:15:27.000Z (about 1 year ago)
- Last Synced: 2025-05-12T22:17:29.608Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://hypercare-challenge.vercel.app
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hypercare-challenge
Hypercare Frontend Developer Coding Challenge
### Run Locally
`npm i`
`npm run dev`
### Run Jest Tests
`npm run test`
### Run Cypress E2E
`npm run cypress`