A simple membership management system for community organisations.
npm install
npm run dev
To run on a specific port:
npm run dev -- -p 4000
- Member registration
- Attendance tracking
- Calendar view of events
- Basic reporting
- Search is basic
- No data export
- Limited validation
This codebase is intentionally simplified. During the interview, you'll be asked to extend it based on customer requirements.