https://github.com/braincee/doctors-appointment-front-end
Microverse Final Group Capstone Project: A Doctor Appointments' web app where registered users can book an appointment based on their preference and intended usage. This project is the front-end part of the final capstone project from Microverse. It is built built using React & Redux.
https://github.com/braincee/doctors-appointment-front-end
microverse-projects microverse-students react react-router redux redux-thunk redux-toolkit
Last synced: 5 months ago
JSON representation
Microverse Final Group Capstone Project: A Doctor Appointments' web app where registered users can book an appointment based on their preference and intended usage. This project is the front-end part of the final capstone project from Microverse. It is built built using React & Redux.
- Host: GitHub
- URL: https://github.com/braincee/doctors-appointment-front-end
- Owner: braincee
- License: other
- Created: 2022-11-25T08:02:37.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-12-17T08:38:43.000Z (over 3 years ago)
- Last Synced: 2025-04-06T17:32:46.566Z (about 1 year ago)
- Topics: microverse-projects, microverse-students, react, react-router, redux, redux-thunk, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 15.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctor Appointment App
> A mobile web application where a user can check all available doctors adn therir details. Book an appointment and have a list of all appointments that he/she made. User can also delete an appointment.
Project requirements can be found [here](https://github.com/microverseinc/curriculum-final-capstone/blob/main/projects/business_requirements.md)
## Kanban Board
## Kanban Board
We are two members in the team
- [@braincee](https://github.com/braincee)
- [@Bria22](https://github.com/Bria22)
Link to the project: [Kanban Board](https://github.com/users/braincee/projects/9)
Screenshot of inital Stage
('./Screenshot (8).png')
## Built With 🛠️
- Programming Languages: HTML, CSS, JavaScript.
- Frameworks: React, Redux and Bootstrap.
- Code Editor: VS Code.
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and nodejs.
> You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
> Likewise for Node installation.
```
$ node --version
```
### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/braincee/doctors-appointment-front-end.git
```
### Usage
### Run locally
Make your way to the correct directory by running this command:
```
$ cd doctors-appointment-front-end
```
Install the required dependencies to run the project with this command:
```
$ npm install
```
Then run it in your browser with this command:
```
$ npm start
```
Kindly modify the files as needed.
### Run tests
To run tests, please run this command
```
$ npm run test
```
## Author
👤 **Stephen Annor**
- GitHub: [braincee](https://github.com/braincee)
- Twitter: [annor0543](https://twitter.com/annor0543)
- LinkedIn: [Stephen Annor](https://www.linkedin.com/stephen-annor)
👤 **Brian Nyachae**
- GitHub: [braincee](https://github.com/Bria22)
- Twitter: [Bria22](https://twitter.com/Bria22)
- LinkedIn: [Brian Nyachae](https://www.linkedin.com/in/brian-nyachae/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/braincee/doctors-appointment-front-end/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- Original design idea by [Murat Korkmaz on Behance](https://www.behance.net/muratk).
- [FontAwesome](https://fontawesome.com/) and [Flaticon](https://www.flaticon.com/) for icons.
- [Unsplash](https://unsplash.com/) for images.
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._