The Blood Donation website is a user-centric platform designed to facilitate blood donations by connecting donors with recipients. This platform aims to promote and streamline the process of blood donation, ensuring that those in need can easily find willing donors and that the donation process is secure, efficient, and user-friendly.
- Home Page: Overview of the platform, search for donors, and testimonials.
- Login & Registration: Secure user authentication and registration.
- Donor List Page: Search and filter donors by blood type, location, and availability.
- Donor Details Page: Detailed donor profiles with contact options.
- Blood Request Page: Request blood donations from specific donors.
- User Profile: Manage personal information, view and manage blood requests.
- Admin Dashboard: Manage user accounts and site activity.
- Responsive Design: Accessible on various devices.
- Clone the repository:
https://github.com/mdnoyonhossain/blood-donor-frontend
- Navigate to the project directory:
cd blood-donation-frontend
- Install dependencies:
npm install
- Start the development server:
npm run dev