Medera - Frontend Service for the Hedera Hackathon
This repository contains the frontend service for the Medera Pharmacy project, a healthcare solution built using the Hedera Hashgraph platform. The application is developed using Next.js and Tailwind CSS, providing a modern, responsive, and user-friendly interface.
Medera Pharmacy aims to revolutionize healthcare by leveraging the power of distributed ledger technology (DLT). Using the Hedera network, we ensure secure, transparent, and decentralized healthcare solutions.
This project was built for the Hedera Hackathon, showcasing the integration of cutting-edge technologies for a transformative healthcare application.
- Pharmacy-Patient Verification: Connect with doctors securely using QR codes.
- Next.js Framework: Server-side rendering and SEO optimization.
- Tailwind CSS: Modern and responsive UI design.
- Integration with Backend APIs: Seamless interaction with the Medera Backend service.
Before running the project, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/pranalidhanavade/medera-pharmacy-frontend.git cd medera-pharmacy-frontend
-
Install dependencies:
npm install
-
Run the application:
npm run dev
-
Open your browser and navigate to:
http://localhost:3000
Create a .env.local
file in the root directory and add the following variables:
# Hedera Configuration
HEDERA_ACCOUNT_ID=
HEDERA_PRIVATE_KEY=
Replace placeholders with the respective values:
- Hedera credentials:
HEDERA_ACCOUNT_ID
andHEDERA_PRIVATE_KEY
.
medera-Pharmacy-frontend/
├── app/ # Reusable Next components
├── public/ # Static assets (e.g., images, icons)
├── package.json # Dependencies and scripts
└── README.md # Project documentation
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature"
- Push to your branch:
git push origin feature-name
- Submit a pull request.
- Hedera: For providing a secure and efficient DLT platform.
- Next.js: For the modern web development framework.
- Tailwind CSS: For responsive UI design.
- Hackathon Team: Krishna Waske, Sai Ranjit, Tipu Singh
Project Links:
- Frontend Repo Clinic - Frontend Clinic Live Demo
- Frontend Repo Pharmacy - Frontend Pharmacy Live Demo
- Live Demo
Contact:
For queries or support, reach out to us at: [pranalidhanavade23@gmail.com]