https://github.com/sonjoybarmon/volunteer-network
https://github.com/sonjoybarmon/volunteer-network
express firebase javascript mongodb nodejs react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonjoybarmon/volunteer-network
- Owner: sonjoybarmon
- Created: 2020-10-05T16:58:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T14:09:30.000Z (over 5 years ago)
- Last Synced: 2025-08-20T23:41:31.071Z (10 months ago)
- Topics: express, firebase, javascript, mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://volunteen-network.web.app/
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was React with [Create React App](https://github.com/facebook/create-react-app).
# Volunteer Network
## Features
Site is responsive, it has firebase authentication and a collection of e-mails in MongoDB. User can added any Volunteer Service.
### Client
- An Admin can add a volunteer service if he/she want.
- User can order any event if he want.
- User see his service in hid dashboard.
### Admin
- An admin can add event.
- Admin can see all users order and if admin want to remove any order he can do it.
### Technology Used
- React.js
- react-hook-form
- react-router-dom
- context api
- Firebase auth
- Firebase hosting
- custom css
- React-Bootstrap
- Node.js
- Express.js
- MongoDB
- Heroku deploy
### [LIVE](https://volunteen-network.web.app/)
### [Backend Repository](https://github.com/sonjoybarmon/volunteer-network-server)