Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2023 Alkaison

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
84 changes: 46 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,78 @@
# Getting Started with Create React App
# Health Plus

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Welcome to the Health Plus project repository! This is a React-based website aimed at providing accessible and personalized healthcare services to users. The website allows users to connect with expert doctors, schedule appointments, and receive expert medical advice.

## Available Scripts
## Project Overview

In the project directory, you can run:
- **Website**: [Health Plus](https://alkaison.github.io/Health-Plus/ "Health Plus")
- **Framework**: React.js
- **Deployment**: GitHub Pages
- **Libraries**: React-Toastify, React Router DOM, FontAwesomeIcon

### `npm start`
## Features

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
- Easily schedule appointments with the specialists.
- Engage in virtual consultations to receive expert medical advice.
- Responsive UI design for seamless user experience across devices.
- Utilizes React-Toastify for notifications, React Router DOM for page routing, and FontAwesomeIcon for icons.
- Deployed using GitHub Pages for easy access and sharing.

The page will reload when you make changes.\
You may also see any lint errors in the console.
## Screenshots

### `npm test`
### Hero Section

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.
![Health-Plus Image-1](https://i.postimg.cc/0Q4839KN/Health-Plus-Image1.png)

### `npm run build`
### Information Section

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
![Health-Plus Image-2](https://i.postimg.cc/zvRJY4TF/Health-Plus-Image2.png)

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

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
![Health-Plus Image-3](https://i.postimg.cc/8zGrwbV0/Health-Plus-Image3.png)

### `npm run eject`
### Why Choose Health Plus?

**Note: this is a one-way operation. Once you `eject`, you can't go back!**
![Health-Plus Image-4](https://i.postimg.cc/fknMz5Kn/Health-Plus-Image4.png)

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
### Reviews Section

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
![Health-Plus Image-5](https://i.postimg.cc/xjkHdCRt/Health-Plus-Image5.png)

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
### Doctors Section

## Learn More
![Health-Plus Image-6](https://i.postimg.cc/8PM6h0xv/Health-Plus-Image6.png)

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
### Footer Section

To learn React, check out the [React documentation](https://reactjs.org/).
![Health-Plus Image-7](https://i.postimg.cc/sftWGrHy/Health-Plus-Image7.png)

### Code Splitting
### Legal Documents Page

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
![Health-Plus Image-8](https://i.postimg.cc/FKskXszb/Health-Plus-Image8.png)

### Analyzing the Bundle Size
### Appointment Form Page

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
![Health-Plus Image-9](https://i.postimg.cc/2SxLtBk8/Health-Plus-Image9.png)

### Making a Progressive Web App
## Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
The website is deployed using GitHub Pages and can be accessed at [https://alkaison.github.io/Health-Plus/](https://alkaison.github.io/Health-Plus/).

### Advanced Configuration
## Getting Started

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
To run the project locally:

### Deployment
1. Clone this repository: `git clone https://github.com/Alkaison/Health-Plus.git`
2. Navigate to the project directory: `cd Health-Plus`
3. Install dependencies: `npm install`
4. Start the development server: `npm start`
5. Open your browser and visit: `http://localhost:3000/Health-Plus`

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
## Contributing

### `npm run build` fails to minify
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
## License

This project is licensed under the [MIT License](./LICENSE "Project LICENSE").
Loading