Skip to content

JitishxD/gdgc-task

Repository files navigation

Deployment Links

Frontend: https://jitishxd.github.io/gdgc-task
Backend: https://gdgc-task-jitish.vercel.app

Backend

Tech used

ExpressJS, Mongodb, Mongoose

📚 API Documentation

Authentication Endpoints

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

Frontend

Tech used

Reactjs+Vite, Tailwindcss

Deliverables To-Do

In Frontend

Splash Screen

  • Show app name + logo
  • short animation (your choice)
  • Auto-redirect to the main page

Member Cards

  • Grid layout
  • Each card must include: photo, name, role, skills, short bio.
  • Use your own design style (colors, shapes, layout).

Search & Filters

  • Search by name or bio
  • Add at least two filters (role, skills, location)

Light/Dark Mode

  • Toggle, with stored preference.
  • Affects full UI including splash

Data Fetching

  • Fetch member list from backend
  • Show loading state and error state

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors