The WCS Points Frontend is the UI that supports the WCS Points API. It mostly uses API calls written there to facilitate signing into WCS events and office hours.
Clone or download this repository, then run:
npm install
npm run dev
It will start up on localhost:8080.
There are several pages: events
, points
, signin
, banquet
, and feedback
.
Lists all WCS events in chronological order. Color coded by event type (corporate
, general meeting
, tech team
, etc).
Allows members to check their points.
Manages signing in for events, office hours, and committee meetings. Officers also create events through a button on the top right (password protected).
Used to get top members and quickly view all members' points.
A brief feedback form for the point checker. It will ping us on Slack!
Feel free to reach out to [email protected] with any questions or feedback!