Simpill is a React-based web application designed to help users identify potential health issues based on their symptoms. By inputting various symptoms, users can receive suggestions for relevant supplements and over-the-counter drugs to alleviate their conditions. This application leverages modern web technologies to provide a user-friendly and responsive experience.
- Symptom Checker: Users can enter multiple symptoms to receive more accurate suggestions.
- Supplement and Drug Recommendations: Based on the symptoms provided, the app suggests appropriate supplements and over-the-counter medications.
- Search Functionality: Users can search for specific symptoms or conditions to find relevant recommendations quickly.
- Detailed Information: Each recommendation includes detailed information about the supplement or drug, including usage instructions, potential side effects, and interactions.
- Responsive Design: The app is designed to be fully functional on mobile devices.
Before you begin, ensure you have met the following requirements:
- Node.js (>= 12.x)
- npm (>= 6.x)
-
Clone the repository:
git clone git@github.com:Grabill/simpill-fe.git cd simpill-fe -
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000to see the app in action.
- On Symptom Checker page, checked your symptoms in symptom list and press the "Submit" button.
- View the list of recommended supplements and drugs displayed based on the symptoms provided.
- Click on any recommendation to see detailed information, including usage guidelines and potential side effects.
If you have any questions or suggestions, please feel free to reach out:
- Email: kanghuynhba@gmail.com
- GitHub: kanghuynhba
Thank you for using Simpill! We hope it helps you manage your health better.