- π About the Project
- π» Kanban Board
- π» Getting Started
- π₯ Authors
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
Doctor's Appointment is a real-world practical app that allows a user to log into the site and view the available doctors in order to make an appointment. The user can also view the details of the doctor and make an appointment by providing the specific date and time as well as the description/nature of the appointment. Moreover, the user can view the list of appointments that he/she has made. Functionality is also provided for the user to delete/cancel an appointment.
Client
Server
Database
- [Logs in the User using the username]
- [Presents a list of available doctors]
- [Lets the user view the details of a doctor]
- [Lets the user book doctors' appointments]
- [Lets the user view all appointments]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- git
- node
Clone this repository to your desired folder:
$ git clone https://github.com/TracK92/doctor-appointment-front-end.git
Install this project with:
cd doctor-appointment-front-end
npm install
To run the project, execute the following command:
npm run start
You can deploy the project to Netlify by following these steps:
- Create a new site on Netlify
- Select your repository
- Select the branch to deploy
- Set the build command to
npm run build
- Set the publish directory to
build
- Click on deploy
π€ Tracey Kadenyi
- GitHub: @TracK92
- LinkedIn: @Tracey Kadenyi
- Twitter: @traci_K7
π€ Aleksandra Ujvari
- GitHub: @digia3d
- LinkedIn: Aleksandra (Alex) Ujvari
- Twitter: @ujvari65
π€ Abby Nyakara
- GitHub: @AbbyNyakara
- Twitter: @AbigaelNyakara
- LinkedIn: Abigael Nyakara
π€ Brahim didi
- GitHub: @brahimdidi
- Twitter: @brahimdidi
- LinkedIn: @brahimdidi
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
- Original design idea by Murat Korkmaz on Behance
-
How can I contact you?
You can contact any of the authors of this project via their LinkedIn or Twitter accounts as listed above. -
How can I contribute?
You can contribute by opening issues or pull requests. -
How can I report a bug?
You can report bugs by opening an issue. -
How can I request a feature?
You can request a feature by opening an issue.
This project is MIT licensed.