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
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
nodejs
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.
To install Doctorize, follow these steps:
- Clone the project
git clone git@github.com:edemagbenyo/doctorize-front.git
cd doctorize
Install all the dependencies.
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.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
To contribute to the Doctorize, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b feature/awesome_branch
. - Make your changes and commit them:
git commit -m 'awesome message'
- Push to the original branch:
git push origin feature/awesome_branch
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
- Github: @edemagbenyo
- Twitter: Edem Agbenyo
- LinkedIn: Edem Agbenyo
- Email : edem.agbenyo@gmail.com
- Integrate a video call service, to enable both patients and doctors to communicate from this platform.
- Make appointments cancellable.
- Send a notification(SMS and Email) to both parties upon making appointment.
This project uses the following license: MIT.