A Simple to use Android ios and web app to search required blood in near by blood banks and donors.
- Search Blood Banks by location.
- Send request to near by donor if blood is not available in blood bank.
- Organize Blood Donation drive with the help of our platform.
- Register yourself in blood donation camps for donation of blood.
- Register yourself as a donor to help others.
Our app includes these features with complete login using mobile otp and a simple and clean ui.
BBD uses a number of open source tools and libraries to work properly:
- React.js - JavaScript library for building or UI components
- ReactNative - JavaScript-based mobile app framework that allows you to build natively-rendered mobile apps for iOS and Android
- Redux - JavaScript library for managing application state.
- Axios - Promise based HTTP client for the browser and node.js.
- Node.js - evented I/O for the backend
- Express.js - fast node.js network app framework
- MongoDB - a document-oriented NoSql database
- Mongoose.js - an Object Data Modeling (ODM) library for MongoDB and Node. js.
And of course BBD itself is open source with a public repository on GitHub.
BBD requires Node.js v10+ and ngrok to run.
Install ngrok
npm install -g ngrok
Install the dependencies and and start the server.
cd server
npm i
npm start
In second terminal
ngrok http 5000
grab server url and use it as api in frontend
BBD requires React.js v16+ to run.
Install the dependencies and and start the webapp.
cd web
npm i
npm start
BBD requires Expo to run.
Install expo-cli
npm install --global expo-cli
Install the dependencies and and start the App.
cd mobile
npm i
expo start
scan qr code in expo app and boom app is runing.
Want to contribute? Great!
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m ‘Add some AmazingFeature’)
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Have an idea to tack it forword make a PR or open a issue.
All the PR’s and Issue’s are Welcome
MIT
Free Software, Hell Yeah!