Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmunyi/docbooker-frontend
A Frontend ReactJs app that allow a users book an appointment with a doctor, from the list of doctors available. Stack: Bootstrap, AntDesign, ReactJs, ReduxJs, Restful-api
https://github.com/devmunyi/docbooker-frontend
antdesign bootstrap frontend reactjs
Last synced: 2 days ago
JSON representation
A Frontend ReactJs app that allow a users book an appointment with a doctor, from the list of doctors available. Stack: Bootstrap, AntDesign, ReactJs, ReduxJs, Restful-api
- Host: GitHub
- URL: https://github.com/devmunyi/docbooker-frontend
- Owner: devMunyi
- License: mit
- Created: 2023-03-10T15:23:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-03T10:18:16.000Z (over 1 year ago)
- Last Synced: 2024-04-15T05:38:23.298Z (7 months ago)
- Topics: antdesign, bootstrap, frontend, reactjs
- Language: JavaScript
- Homepage: https://book-doc-appointment.netlify.app/
- Size: 4.19 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> A Frontend ReactJs app, that relies on a [Rails Backend](https://github.com/devMunyi/DocBooker-Backend), to allow a users book an appointment with a doctor, from the list of doctors available.
Client
### Key Features
- **[login_in]**
- **[view_appointments]**
- **[create_appointment]**
## 🚀 Live Demo
- [Live Demo Link](https://book-doc-appointment.netlify.app/)
## 💻 Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node installed
- The [rails backend](https://github.com/devMunyi/DocBooker-Backend) running
### Setup
Clone this repository to your desired folder:
To run and view this application, you will first have to clone a local version of this repository using:
`git clone https://github.com/devMunyi/DocBooker-frontend.git`
After that navigate to the newly created folder:
`cd DocBooker-frontend
### Install
Install this project with:
`npm install`
### Usage
To run the project, execute the following command:
Start a local server running the command:
`npm start`
### Run tests
To run tests, run the following command:
`npm test`
👤 **Salim Abdulai**
- GitHub: [@RayhanTabase](https://github.com/RayhanTabase)
- LinkedIn: [Salim-Abdulai](https://linkedin.com/in/salim-abdulai-5430065b)
👤 **Samuel**
- GitHub: [@devMunyi](https://github.com/devMunyi)
- LinkedIn: [Samuel Munyi](https://www.linkedin.com/in/samuel-munyi)
👤 **Julius**
- GitHub: [@j-tee](https://github.com/j-tee)
- LinkedIn: [Julius Tetteh](https://www.linkedin.com/in/julius-tetteh)
## 🔭 Future Features
- [ ] **[booking_only_doctor_available_times]**
- [ ] **[add_password_for_login]**
- [ ] **[sessions]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## ⭐️ Show your support
Give a ⭐️ if you like this project!
## 🙏 Acknowledgments
I would like to thank:
- Microverse for providing an excellent curriculum that has helped me enhance my skills in software development.
- Code Reviewers for their valuable feedback and guidance throughout my learning journey.
- Everyone whose code was used including [Murat Korkmaz](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign) the creator of the original design.
This project is [MIT](./MIT.md) licensed.