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

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.

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.

![image](https://user-images.githubusercontent.com/63473584/186262714-ab1b518a-a956-4d85-99f1-bacdb543c457.png)

## 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.