Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Doctor Care Project Frontend

Cover Doctor Care

---

### 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-frontend

yarn install
yarn dev
```

After, open your browser prefered in the address:
http://localhost:3000/doctor-care-frontend/

### Author

[Diego Souza](http://github.com/deesouza)