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.

OTHER License

Stars
1
Committers
2

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

Kanban Board

Kanban Board

We are two members in the team

Link to the project: Kanban Board

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

👤 Brian Nyachae

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.