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
- Host: GitHub
- URL: https://github.com/kayes360/doctors-appointment-booking-application
- Owner: kayes360
- Created: 2023-07-28T14:19:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T18:32:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-07T18:20:17.699Z (over 1 year ago)
- Topics: bootstrap, context-api, reactjs
- Language: JavaScript
- Homepage: https://ubiquitous-platypus-9dbd44.netlify.app/
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-