Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.02 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.02 KB

HackWesTX

Netlify Status

🎵 We're back and we're better ✨ Here you can find the code behind HackWesTX, Texas Tech University's second student-run hackathon!

Setup

Make sure to install the dependencies:

# yarn
yarn

Development Server

Start the development server on http://localhost:3000

yarn run dev

The Point

The reason why there was an overhaul at all is only because the last site had been built on an old version of React. Now that we're back up to date (although a little plain), we can add whatever we want.

Functional Goals

  • - Recreate all elements from the original site
  • [-] - Make it prettier
    • - Something to spice up the Jumbotron
    • - Fill up some of the whitespace, whether its juicy css curves or interactive cacti, or anything else
  • - Auth and QR code support (I'll get on that ~ @Guysnacho)
  • [-] - Responsive navbar/sandwich menu for other pages
    • - 1. Distribute content across other pages
    • - 2. Add Navbar and simple routing
    • - 3. Add routing for authed pages (pages you can only access while logged in)

Learning Goals

There isn't really a point in doing this if we're not trying something spicy so let's learn the following (at least)

  1. Next.js
  2. Building reusable components with React
  3. Complex firebase interactions so we can do cool stuff that hackers will use before/during/and after the hackathon

Alright lets go ~