Frontend: https://jitishxd.github.io/gdgc-task
Backend: https://gdgc-task-jitish.vercel.app
ExpressJS, Mongodb, Mongoose
| Method | Endpoint | Description |
|---|---|---|
POST |
/api/v1/registerMember |
Register new user |
GET |
/api/v1/getMembers |
Return all members json |
GET |
/api/v1/getMember/:id |
Return member of specified id |
Reactjs+Vite, Tailwindcss
- Show app name + logo
- short animation (your choice)
- Auto-redirect to the main page
- Grid layout
- Each card must include: photo, name, role, skills, short bio.
- Use your own design style (colors, shapes, layout).
- Search by name or bio
- Add at least two filters (role, skills, location)
- Toggle, with stored preference.
- Affects full UI including splash
- Fetch member list from backend
- Show loading state and error state