This repository contains a web application for managing blood donations, built using Next.js 14 and TypeScript. The platform aims to streamline the process of connecting donors with recipients and managing donation events.
- Next.js 14: Utilizes the latest version of Next.js for server-side rendering and enhanced performance.
- TypeScript: Ensures type safety and improves development efficiency.
Before running the application, ensure you have the following installed:
- Node.js
- Clone this repository:
git clone https://github.com/EasyCodingTutorial/bloodDonatiob
- Navigate into the project directory:
cd blood-donation-website
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to view the application.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or feature requests.