A medical camp related website where a dashboard for admin and a dashboard for participant. Admin can post medical related camp and people can participated using stripe payment.
live URL: https://explore-aura.web.appServer side: https://github.com/rar34/med-camp-server
- A popular camp section base on maximum participant and available camp section with details
- Organizer can post a camp from admin dashboard
- Organizer can delete, update and approve registered camp.
- Organizer can cancel registered camp if participant do not pay
- Participant can participate medical camp from participant dashboard using stripe payment
- Also can see payment status and confirmation status after payment.
- Can cancel participation before payment
- ReactJS
- expressjs
- mongodb
- firebase
- stripejs
- recharts
- react-date-picker
- react-time-picker
- JavaScript
- Tailwind css
- daisyui
- HTML
- react-hook-form
- react simple typewritter
- sweetalert2
- swiperjs
For client side
-> git clone-> npm install
-> npm run dev
For server side
-> git clone-> npm install
-> nodemon index.js