PillDoctor is a comprehensive medicine tracking application designed to help users manage their medication schedules, track their health, and set reminders for taking pills.
- Installation
- Setting Up Development
- Usage Guide
- Environment Variables
- Things to Follow to the Future to Work
- Testing Instructions
- Deployment Instructions
- License Information
- Changelog
- Contact Information
- Acknowledgements
To install PillDoctor Components, follow these steps:
- Clone the repository:
git clone https://github.com/yevasha/pilldoctor-components
- Navigate to the project directory:
cd pilldoctor-components
- Install dependencies:
npm install
- Ensure you have Node.js and npm installed on your machine.
- After installation, start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
to view the application.
PillDoctor Components consists of several key features:
- Homepage: The landing page of the application.
- Login/Register: User authentication system.
- Calendar: For tracking medication schedules.
- Profile Page: User information and settings.
- Amount Tracker: To monitor medication quantities.
- Reminder: Set alerts for taking medication.
- Health Tracker: Monitor overall health metrics.
To use each component, navigate through the application using the menu button located in the top right corner of the homepage.
Currently, no environment variables are required for basic setup. As the project evolves, any necessary environment variables will be listed here.
- Implement backend API integration for user authentication and data storage.
- Develop the Health Tracker and Reminder components.
- Enhance the Calendar component to include medication scheduling.
- Implement state management (e.g., Redux) for better data flow between components.
- Add responsive design for mobile compatibility.
To run tests:
- Ensure all dependencies are installed.
- Run the test command:
npm test
(Note: Actual test scripts need to be implemented in the project)
To deploy PillDoctor Components:
- Build the project:
npm run build
- The build folder is now ready to be deployed.
- For static hosting, upload the contents of the build folder to your hosting provider.
For more specific deployment instructions, refer to the Create React App deployment documentation.
This project is licensed under the MIT License. See the LICENSE file for details.
- v0.1.0 (2024-09-21): Initial release with basic components.
For support or inquiries, please contact:
Project Maintainer: Group 3 Email: group3@gmail.com GitHub:https://github.com/yevasha/pilldoctor-components
- React.js community for providing the framework and resources.
- All contributors who have helped in developing PillDoctor Components.