https://github.com/victorokoroji/doctors-appointment-frontend
Doctor appointment app is a software application that is especially meant to help patients manage and schedule appointments with the doctors or opt for a real-time chat.
https://github.com/victorokoroji/doctors-appointment-frontend
bootstrap css-modules reactjs redux
Last synced: 2 months ago
JSON representation
Doctor appointment app is a software application that is especially meant to help patients manage and schedule appointments with the doctors or opt for a real-time chat.
- Host: GitHub
- URL: https://github.com/victorokoroji/doctors-appointment-frontend
- Owner: victorokoroji
- License: mit
- Created: 2022-07-13T15:17:03.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-03T22:21:23.000Z (2 months ago)
- Last Synced: 2025-04-10T00:56:45.358Z (2 months ago)
- Topics: bootstrap, css-modules, reactjs, redux
- Language: JavaScript
- Homepage: https://doctors-appointment-app-2k1t.onrender.com
- Size: 2.66 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doctors Appointment App Frontend
"Alwayscare" doctors appointment app is a software application that is especially meant to help patients manage and schedule appointments with the doctors or opt for a real-time chat.

## Backend Server
[Api documentation](https://doctors-appointment-app-backend.onrender.com/api-docs/index.html)
## Backend Source Code
[Source Code](https://github.com/vickymarz/doctors-appointment-backend)
## Built With
- React
- Redux
- CSS.
- Api.## Frontend Live version
[Live Version](https://doctors-appointment-app-2k1t.onrender.com/)
### Prerequisites
The basic requirements for building the executable are:- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)# Getting Started
#### Cloning the project
```
git clone https://github.com/vickymarz/doctors-appointment-frontend.git
```
## Getting packages and dependencies
To get all package modules required to build the project run:
```
npm install
```
every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.## Building
To build the project run:
```
npm run build
```
after you run this sucessfully you'd locate the build from in the ```build``` folder located from the parent directory of the project.## Running
To run the program on a browser through a server run this command in your cli
```
npm start
```
This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.## 🤝 Contributing
Feel free to check the [issues page](../../issues/).
## Authors
:man: **Victor Okoroji**
- GitHub: [@githubhandle](https://github.com/vickymarz)
- Twitter: [@twitterhandle](https://twitter.com/Vicky_marz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/victorebubeokoroji/):woman: **Lynette Aluoch Acholah**
- GitHub: [@iLynette](https://github.com/iLynette)
- Twitter: [@acholah_lynette](https://twitter.com/acholah_lynette)
- LinkedIn: [lynette-acholah](https://linkedin.com/in/lynette-acholah):woman: **Usor faith Eloho**
- GitHub: [@usorfaitheloho](https://github.com/usorfaitheloho)
- Twitter: [@faithusor16](https://twitter.com/faithusor16)
- LinkedIn: [faith-usor](https://linkedin.com/in/faith-usor):man: **QOOSIM ABDULGHANIYY**
- GitHub: [@qoosimadbulghaniyy](https://github.com/Qoosim)
- Twitter: [@qoosimadbulghaniyy](https://twitter.com/qoosim_ayinde)
- LinkedIn: [qoosim-adbulghaniyy](https://www.linkedin.com/in/qoosim)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Coding Partners
- Design inspiration by [Murat Korkmaz](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign)## 📝 License
This project is [MIT](./MIT.md) licensed.