Giter VIP home page Giter VIP logo

tartanhacks-registration's Introduction

TartanHacks Registration Site

This is the frontend website for the TartanHacks Registration System.

Backend Configuration

  1. Deploy the backend.

  2. In next.config.js, set the links to the local, development, staging, and production backends.

Getting Started

  1. Install the dependencies with
npm install
  1. Then, run the development server:
npm run dev

The website can then be accessed at http://localhost:3000

Styling

Global styling rules are specified in styles/globals.css.

The color palette, font, and screen width breakpoints are specified in themes/theme.ts.

The styling of elements such as buttons, icons, backgrounds etc. is specified by the useStyle variable in the corresponding file in src/components/design.

Page-specific styling is specified by useStyle in the file pages/{page_path}.

tartanhacks-registration's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tartanhacks-registration's Issues

Decline acceptance button not working

Decline acceptance button currently doesn't do anything. Seems like the onClick was never registered. This button should call the /user/decline endpoint

Add loading spinners

Add loading spinners where relevant whenever querying or sending data to the server for better UX

Admin view page

Page for admins to view all users, admit users, view analytics, etc

Email Verification Landing Page

When users register a new account, they receive an email to verify their account.
image

Create a landing page for them to visit from this email, which will then call /auth/verify/{token} on the backend to verify their account.

Team Requests/Messages Page

Page to view requests to join a particular team (only admins can view) or to view invites from teams to individual users

image

Bug catching

Go through the current layout as a user and find/address any bugs that might arise

Global Settings Page

Settings page for admins to modify system settings e.g. max team size, registration deadline, confirmation deadline

Home Dashboard

Create the home landing screen for authenticated users to visit other pages of the platform.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.