An open API service indexing awesome lists of open source software.

https://github.com/kaushikshivam/doctor-react

Doctorly lets you create an account and search for the best doctors in your area. You can filter doctors using advanced filters and make appointments with them. The backend is built using Ruby On Rails
https://github.com/kaushikshivam/doctor-react

api bootstrap css3 html5 rails rails-api react reacthooks reactjs redux redux-middleware redux-thunk sass

Last synced: about 1 year ago
JSON representation

Doctorly lets you create an account and search for the best doctors in your area. You can filter doctors using advanced filters and make appointments with them. The backend is built using Ruby On Rails

Awesome Lists containing this project

README

          

# [Doctorly](https://doctorly-official.herokuapp.com/)

![Doctorly](screenshot.png)

## Table of content

- [Description](#description)
- [Installation](#installation)
- [Contact](#contact)
- [Backend](#backend)

## Description

This is a capstone project I built to graduate at Microverse. Here are the project [reuirements](https://www.notion.so/Final-Capstone-Project-Doctor-appointments-9b345aad940b4f0a951049fcb3da159f) .

I used Pivotal Tracker as a project management tool to take care of my sprints. Here's a [link](https://www.pivotaltracker.com/n/projects/2421361)

The design is taken from [here](https://www.behance.net/gallery/77208667/MediCo-Medical-mobile-app-UIUX-design)
Design credit goes to [Vinisha Panjikar](https://www.behance.net/vinishapanjikar)

[Live Link](https://doctorly-official.herokuapp.com/)

## Installation

1. Clone the project to your local directory

```
git clone https://github.com/KaushikShivam/doctor-react
```

2. Run npm install to install the required dependencies

3. Run `npm run start`

## Backend

This project uses Rails API for the backend. Here's the [link for the repo](https://github.com/KaushikShivam/doctor_api)

## Contact

You can contact me at:

- [Portfolio](https://www.shivamkaushik.com)
- [Email](mailto:shivamkaushikofficial@gmail.com)
- [Linkedin](https://www.linkedin.com/in/kshivamdev/)
- [Twitter](https://twitter.com/kShivamDev)
- [Medium](https://medium.com/@shivamkaushikofficial)
- [Angellist](https://angel.co/kshivamdev)

## TODO

- [ ] Refactor Input forms to a component
- [x] Refactor Button Component
- [x] Add pivotal tracker
- [ ] Refactor Doctor item
- [x] Reference the desginer
- [ ] Refactor detail component
- [ ] Add test coverage