Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vmwhoami/mother_child_front

In this project, I developed a frontend web application, Book a doctor appointment using Book a doctor appointment API - Repo also developed by me. One of the requirements for my final capstone project was to consume the data using React Application.
https://github.com/vmwhoami/mother_child_front

css-grid css3 redux redux-thunk

Last synced: 26 days ago
JSON representation

In this project, I developed a frontend web application, Book a doctor appointment using Book a doctor appointment API - Repo also developed by me. One of the requirements for my final capstone project was to consume the data using React Application.

Awesome Lists containing this project

README

        

## Mother and Child Hospital

In this project, I developed a frontend web application, Book a doctor appointment using Book a doctor appointment API - [Repo](https://github.com/vmwhoami/mother_child_api) also developed by me. One of the requirements for my final capstone project was to consume the data using React Application.

The application features include:

- A proper Authentication for Login and Registration page that requires authentication using JWT
- Listing of all Doctors
- The user can make an appointment with a specific Doctor
- The user can access a list of his appointments.
- The user can cancel the appointment.

![screenshot](./mother_child.gif)

### Live Demo

Open [this link](https://mother-child.netlify.app/) to view it live.

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

Make sure Node.js is running on your local machine

### Setup

```bash
$ git clone https://github.com/vmwhoami/mother_child_front
$ cd mother_child_front
```

Install modules:

```
npm install
```

```
npm start
```

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](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.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm 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.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### Deployment

```bash
git add .
git commit -m "ready for first push to heroku"
heroku create $APP-NAME --buildpack mars/create-react-app
git push heroku $BRANCH_NAME:master
```

## Author

**Vitalie Melnic**

- Github: [@vmwhoami](https://github.com/vmwhoami/)
- Twitter: [@vmwhoami](https://twitter.com/vmwhoami)
- Linkedin: [vitalie-melnic](https://www.linkedin.com/in/vitalie-melnic/)

## License

Distributed under the MIT License. See `LICENSE` for more information.

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/vmwhoami/mother_child_front/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- [Microverse Inc](https://www.microverse.org/)
- [COINAPI](https://www.coinapi.io/)