https://github.com/edmilson-dk/doctor-cycle
Home-page for dental clinic, built with ReactJS, NextJS and TypeScript.
https://github.com/edmilson-dk/doctor-cycle
Last synced: over 1 year ago
JSON representation
Home-page for dental clinic, built with ReactJS, NextJS and TypeScript.
- Host: GitHub
- URL: https://github.com/edmilson-dk/doctor-cycle
- Owner: edmilson-dk
- License: mit
- Created: 2021-03-13T01:35:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T16:24:52.000Z (about 5 years ago)
- Last Synced: 2025-01-21T21:31:57.018Z (over 1 year ago)
- Language: TypeScript
- Homepage: doctor-cycle-edmilson-dk.vercel.app
- Size: 8.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctor Cycle - Website
The Doctor cycle is a website of the company of doctors who seek to innovate in medicine and improve people's lives.
All the layout and coding done by me.
## Topics
* [Layout](#layout)
* [Demo](#demo)
* [Features](#features)
* [Installation](#install)
* [License](#license)
Preview the layout directly in figma.
[Doctor Cycle](https://www.figma.com/file/8FRbY8jE8NIBYI7wAAw4MH/doctor-cycle)
View the online website on the [Vercel](https://vercel.com/) server
[Doctor Cycle web site](https://doctor-cycle.vercel.app/)
> The project does not have any functionality, as it is just a common web site with no actions.
* 1 First clone the repository for your machine.
```sh
git clone https://github.com/edmilson-dk/doctor-cycle
```
* 2 After that, enter the generated folder and install the project dependencies.
> You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.
```sh
npm install
# or with yarn
yarn install
```
* 3 After that start the Reactjs server and it will automatically open the browser for you.
```sh
npm dev
# or with yarn
yarn dev
```
[MIT](https://github.com/edmilson-dk/doctor-cycle/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)