This is the frontend for the Blood Banking System, built using React and designed to interact with the backend API.
Ensure you have the following installed:
- Node.js (18+)
- npm or yarn
git clone https://github.com/Josel099/BloodBankUI.git
cd repoCreate a .env.local file in the project root and add the following variable pointing to the backend:
VITE_BLOOD_BANK_URL=http://localhost:8080/api/v1npm install
# or
yarn installnpm run dev
# or
yarn devThe application will be available at http://localhost:5173 (default Vite port).
The backend for this application is built using Spring Boot. You can find the repository here:
- React (Frontend Framework)
- Vite (Development Server & Bundler)
- React Router (Navigation)
- Axios (API Requests)
- Bootstrap (UI Components)
For any issues or contributions, feel free to reach out or open a pull request.
📝 License: MIT