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
- Host: GitHub
- URL: https://github.com/kaushikshivam/doctor-react
- Owner: KaushikShivam
- Created: 2019-11-24T19:27:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:36:32.000Z (over 3 years ago)
- Last Synced: 2025-04-12T02:39:15.188Z (about 1 year ago)
- Topics: api, bootstrap, css3, html5, rails, rails-api, react, reacthooks, reactjs, redux, redux-middleware, redux-thunk, sass
- Language: JavaScript
- Homepage: https://doctorly-official.herokuapp.com/
- Size: 2.21 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Doctorly](https://doctorly-official.herokuapp.com/)

## 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