Next.js 15 React App for Volunteer Management Platform Interface
Explore the app here: voluntrix-devsprint.vercel.app
This backend serves as the core for Voluntrix, a volunteer management system that allows:
- Organizations to create events
- Volunteers to join and track progress
- Sponsors to support events
Features include:
- User Authentication (JWT Security)
- Event & Task Management
- Volunteer Tracking & Rankings
- Sponsor & Donation Management
- TypeScript 5 – Frontend Language
- React 19 – Frontend library
- Next.js 15.1.6 – Framework
- Tailwind CSS 3.4.1 – CSS framework
- HeroUI – Tailwind-based UI component library
- Axios – HTTP client used for making API requests
- WebSockets (SockJS & STOMP) – Real-time client-server communication
- Framer Motion & GSAP – Libraries for smooth animations
- Clone the Repository
https://github.com/DevSprint-FIT/voluntrix-frontend.git
cd voluntrix-frontend
- Install Dependencies
npm install
- Start Development Server
npm run dev