Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evanssnave/final-capstone-project-front-end

@Doc is an application that'll allow users to register and create medical appointments or if they desire they can also reserve doctors. There are options so that users can add or delete a doctor. In a doctor's details page information relevant to appointments and reservations will be displayed.
https://github.com/evanssnave/final-capstone-project-front-end

eslint frontend javascript react redux redux-toolkit stylelint

Last synced: 28 days ago
JSON representation

@Doc is an application that'll allow users to register and create medical appointments or if they desire they can also reserve doctors. There are options so that users can add or delete a doctor. In a doctor's details page information relevant to appointments and reservations will be displayed.

Awesome Lists containing this project

README

        


Mockup



![MOCKUP](./frontend.png)

Final capstone project front end

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Final Capstone Front End ](#-final-capstone-front-end-)
- [💻 Link to Back End ](#-link-to-back-end-)
- [💻 Link to Kanban board information ](#-link-to-kanban-board-information-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)
# 📖 Final Capstone Front End

**Final Capstone Front End** The front-end component of this final capstone project is developed using React.js, designed to provide an intuitive user interface for managing creation of doctors to rent and make reservations. It communicates with the back-end API built with Ruby on Rails.

## 💻 Link to Back End

[Link to Back End](https://github.com/EvansSnave/final-capstone-project-back-end)

(back to top)

## 💻 Link to Kanban board information

[Link to Kanban Board](https://github.com/EvansSnave/final-capstone-project-back-end/projects/1)

[Initial state](https://github.com/EvansSnave/final-capstone-project-front-end/issues/17)

This project was completed by three Team members:

- Kevin Cruz
- Fisayo Michael

(back to top)

## 🛠 Built With

### Tech Stack

Technologies

### Key Features

- **React.js Components**
- **API Communication with Backend**
- **User-Friendly Interface**
- **Responsive Design**
- **State Management**

(back to top)

## 💻 Getting Started

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

### Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

- Node.js: You need Node.js to run the React.js application.
- npm: npm is used to manage packages in your React project.

### Setup

Clone this repository to your desired folder:

sh

cd my-folder

git clone https://github.com/EvansSnave/final-capstone-project-front-end.git

### Install

Install this project with:

```bash
npm install
```

### Usage

To run the project, execute the following command:

```bash
npm start
```

## 👥 Authors

👤 **EvanSnave**

- GitHub: [EvansSnave](https://github.com/EvansSnave)
- Twitter: [Kroja13](https://twitter.com/Kroja13)
- LinkedIn: [Kevin Cruz](https://www.linkedin.com/in/kevin-cruz-25159a201/)

(back to top)

## 🔭 Future Features

- [ ] **User Authentication and Authorization**
- [ ] **Integration with External APIs for Doctors Information**
- [ ] **User Profile Management**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/EvansSnave/final-capstone-project-front-end/issues).

(back to top)

## ⭐️ Show your support

If you find this project helpful, feel free to contribute or give it a star. Your support is appreciated!

(back to top)

## 🙏 Acknowledgments

- Behance and Murat Korkmaz for the [original design](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign)
- Microverse for providing the opportunity to learn in a collaborative environment.
- React.js Documentation for valuable resources on React development.
- GitHub for version control and collaboration tools.

(back to top)

## ❓ FAQ (OPTIONAL)

- **Is your project licensed?**

- Yes, this project is open-source and available under the MIT License. You can find more details about the license [here](./LICENSE).

(back to top)

## 📝 License

This project is licensed under the MIT License - you can click here to have more details [MIT](./LICENSE).

(back to top)