Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trace-kadenyi/doctor-appointment-front-end

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.
https://github.com/trace-kadenyi/doctor-appointment-front-end

api-rest authentication netlify-deployment postgresql-database rails-deployment reactjs rspec-rails ruby-on-rails

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        


logo

Doctor's Appointment

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Preview](#preview)
- [🚀 Live Demo](#live-demo)
- [💻 Kanban Board](#kanban-board)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Link to Backend](#link-to-backend)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [Doctor's Appointment]

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

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **[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]**

### Preview


screenshot

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://doc-appointments.netlify.app/)

(back to top)

## Link to front-end kanban board

- [Front-end kanban board](https://github.com/users/TracK92/projects/9)

### Link to back-end kanban board

- [Back-end kanban board](https://github.com/users/TracK92/projects/8/views/1)

### Link to screenshots of the kanban board

- [Screenshots](https://github.com/TracK92/doctor-appointment-api/issues/9)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

```sh
- git
- node
```

### Setup

Clone this repository to your desired folder:

```bash
$ git clone https://github.com/TracK92/doctor-appointment-front-end.git
```

### Install

Install this project with:

```bash
cd doctor-appointment-front-end
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run start
```

### Link to Backend

- [Link to Backend (API)](https://github.com/TracK92/doctor-appointment-api.git)

# KANBAN BOARD

### Link to front/end kanban board

- [Link to kanban board](https://github.com/users/TracK92/projects/9)

### Link to back/end kanban board

- [Link to kanban board](https://github.com/users/TracK92/projects/8/views/1)

### Link to screenshots of the kanban board

[Screenshots](https://github.com/TracK92/doctor-appointment-api/issues/9)

### Deployment

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

(back to top)

## Authors

👤 **Tracey Kadenyi**

- GitHub: [@TracK92](https://github.com/TracK92)
- LinkedIn: [@Tracey Kadenyi](https://www.linkedin.com/in/Tracey-Kadenyi/)
- Twitter: [@traci_K7](https://twitter.com/traci_k7)

👤 **Aleksandra Ujvari**

- GitHub: [@digia3d](https://github.com/digia3d)
- LinkedIn: [Aleksandra (Alex) Ujvari](https://www.linkedin.com/in/aleksandraujvari/)
- Twitter: [@ujvari65](https://twitter.com/ujvari65)

👤 **Abby Nyakara**

- GitHub: [@AbbyNyakara](https://github.com/AbbyNyakara)
- Twitter: [@AbigaelNyakara](https://twitter.com/AbbyNyakara)
- LinkedIn: [Abigael Nyakara](https://linkedin.com/in/AbbyNyakara)

👤 **Brahim didi**

- GitHub: [@brahimdidi](https://github.com/brahimdidi)
- Twitter: [@brahimdidi](https://twitter.com/twitterhandle)
- LinkedIn: [@brahimdidi](https://linkedin.com/in/brahimdidi)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Original design idea by [Murat Korkmaz on Behance](https://www.behance.net/muratk)

(back to top)

## 📝 FAQ

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

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)