Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deesouza/doctor-care-frontend
👨⚕️ 👩⚕️ Site para agendamento de consultas médicas
https://github.com/deesouza/doctor-care-frontend
frontend javascript radix-ui react stitches
Last synced: about 18 hours ago
JSON representation
👨⚕️ 👩⚕️ Site para agendamento de consultas médicas
- Host: GitHub
- URL: https://github.com/deesouza/doctor-care-frontend
- Owner: DeeSouza
- License: mit
- Created: 2022-07-08T19:25:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T12:28:49.000Z (about 2 years ago)
- Last Synced: 2024-11-08T23:37:32.243Z (about 2 months ago)
- Topics: frontend, javascript, radix-ui, react, stitches
- Language: TypeScript
- Homepage: https://deesouza.github.io/doctor-care-frontend/
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doctor Care Project Frontend
---
### Techs Used
- Radix UI
- Stitches UI
- ViteJS### Requirements
- Node v14.17.6
If you had `nvm`, only run in the terminal the command below:
```sh
nvm install # or nvm use
```### Live Preview
[Click here to live preview](https://deesouza.github.io/doctor-care-frontend/)
### Development
```sh
git clone https://github.com/DeeSouza/doctor-care-frontend
cd doctor-care-frontendyarn install
yarn dev
```After, open your browser prefered in the address:
http://localhost:3000/doctor-care-frontend/### Author
[Diego Souza](http://github.com/deesouza)