HemoCell is a web application built with ReactJS, Node.js, MySQL, and Tailwind CSS. It is designed to facilitate blood donations, requests, and blood drives, as well as donations for the organization.
HemoCell provides the following features:
- Blood donations
- Requesting blood
- Hosting blood drives
- Donating money
HemoCell uses the following technologies:
- ReactJS: A JavaScript library for building user interfaces
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine
- MySQL: An open-source relational database management system
- Tailwind CSS: A utility-first CSS framework
HemoCell addresses the following solutions:
- Facilitating blood donations and requests
- Encouraging blood drives and donations
- Providing an easy-to-use platform for managing blood-related activities
HemoCell was developed by Moazam Ali, a software engineer with experience in web development.
To run HemoCell locally, follow these steps:
- Clone the repository:
git clone https://github.com/moazamdev/hemocell-clone.git - Install dependencies:
npm i - Start the server:
npm startornpm run dev