/doctorize-front

Doctorize is a doctor-patient appointment platform. The platform hosts doctors from different specialities from which patients can choose and book an appointment.

Primary LanguageJavaScript

Doctor appointments(Doctorize)

GitHub repo size GitHub contributors GitHub stars GitHub forks Twitter Follow

Doctorize is a doctors and specialists appointment platform. This is the front-end repo of the application. It has been built using React and makes use of Redux for state management.

Live version is available here .

To report a bug or request a feature use this link

Screenshot of the webpage

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of nodejs

About the project

Doctorize is platform for medical appointment with specialists and GP doctors. Patients can make appointments from the comfort of their home with doctors to get medical and professional advice on health issues. It is a full stack mobile responsive application built with React for the frontend and a Ruby on Rails API at the backend.

Installing Doctorize

To install Doctorize, follow these steps:

  1. Clone the project
git clone git@github.com:edemagbenyo/doctorize-front.git

cd doctorize

Available scripts

yarn install

Install all the dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Contributing to Doctorize

To contribute to the Doctorize, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b feature/awesome_branch.
  3. Make your changes and commit them: git commit -m 'awesome message'
  4. Push to the original branch: git push origin feature/awesome_branch
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Author

Future features

  1. Integrate a video call service, to enable both patients and doctors to communicate from this platform.
  2. Make appointments cancellable.
  3. Send a notification(SMS and Email) to both parties upon making appointment.

License

This project uses the following license: MIT.