DrugDex is a comprehensive platform designed to bridge the information gap between consumers and the medications they are prescribed. The project provides detailed, reliable, and user-friendly information about various medicines, targeting the general public.
- Comprehensive Medicine Database: Information on drug composition, usages, potential side effects, and interactions.
- User-Friendly Interface: An intuitive design for seamless navigation and quick searches.
-
- Secure Authentication: Firebase authentication to ensure user data security.
- Frontend: HTML, TailwindCSS, JavaScript
- Backend & Hosting: Firebase (for login and hosting)
- Database: JSON (for storing medicine data)
- Node.js installed on your system.
- Firebase CLI installed and configured.
- A web browser for testing.
- An Android development environment (for the mobile app).
- Clone the repository:
git clone https://github.com/yourusername/DrugDex.git
- Navigate to the project directory:
cd DrugDex - Install dependencies for the frontend:
npm install
- Set up Firebase:
- Create a Firebase project.
- Enable authentication and hosting.
- Add the Firebase configuration details to your project.
- Start the development server:
npm start
- Access the app at
http://localhost:3000in your browser.
- Register or log in to the platform.
- Search for medicines using the search bar.
- View detailed information about selected medicines.
src/: Contains the main code for the website.public/: Static files and assets.android/: Android app code.firebase/: Configuration for Firebase authentication and hosting.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature description" - Push to the branch:
git push origin feature-name
- Open a pull request.
For any questions or suggestions, please reach out at [nileshmate830@gmail.com]. linkedin @nileshmatedev
Thank you for using DrugDex! Together, we empower consumers with reliable medication information.