A full-stack web app for hunting scholarships around the world.
- ⚡ Admins can create and update scholarship announcements
- ⚡ Applicants can search for scholarships according to location, time, subject preference, and scholarship amount
- ⚡ Applicants can pay fees through stripe payment gateway
- ⚡ Moderators are responsible for assessing applications and giving feedback
Frontend:
- React.js
- Tailwind CSS & Daisy UI
Backend:
- Node.js
- Express.js
- MongoDB & Mongoose
Authentication:
- Firebase Auth
Deployment:
- Frontend: Netlify
- Backend: Vercel
- swiper
- react-toastify
- framer motion
git clone https://github.com/shoaib221/ScholarStream.git
cd backend
cd frontend
npm install
npm run dev