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

https://github.com/kayes360/doctors-appointment-booking-application

A doctors appintment booking application built using react
https://github.com/kayes360/doctors-appointment-booking-application

bootstrap context-api reactjs

Last synced: 2 months ago
JSON representation

A doctors appintment booking application built using react

Awesome Lists containing this project

README

          

# Doctor's Appointment Booking Application

Live Demo URL-
https://ubiquitous-platypus-9dbd44.netlify.app/

To run this project locally please follow these steps.
this project will require node and npm to check node and npm installed in your pc please run these following command in cmd-

To Check Node(version >= 16 required)
```bash
node -v
```
To Check NPM(version >= 8 required)
```bash
npm -v
```
If node and npm not installed please install node and npm .If they are installed please continue with the process

After that clone this git repository by pasting the following command in your cmd-

```bash
git clone https://github.com/kayes360/doctors-appointment-booking-application.git
```
Next navigate to the project direactory by using this command-
```bash
cd doctors-appointment-booking-application
```
Next, in the project directory run this command in cmd to install dependencies-
```bash
npm i
```
Next, you are all set. Now run this project using this command-
```bash
npm run dev
```

Finally, paste the url from your console and paste it in your browser address bar to view the project-