{"id":19671275,"url":"https://github.com/knighthacks/hackathon-2021-frontend","last_synced_at":"2026-05-05T14:31:53.844Z","repository":{"id":46180487,"uuid":"374419136","full_name":"KnightHacks/hackathon-2021-frontend","owner":"KnightHacks","description":"Knight Hacks Fall 2021 hackathon registration site","archived":false,"fork":false,"pushed_at":"2021-11-13T06:54:31.000Z","size":75546,"stargazers_count":3,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-27T04:50:11.221Z","etag":null,"topics":["react","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KnightHacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-06T17:11:38.000Z","updated_at":"2021-12-07T16:43:50.000Z","dependencies_parsed_at":"2022-09-13T14:52:04.441Z","dependency_job_id":null,"html_url":"https://github.com/KnightHacks/hackathon-2021-frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KnightHacks/hackathon-2021-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fhackathon-2021-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fhackathon-2021-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fhackathon-2021-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fhackathon-2021-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnightHacks","download_url":"https://codeload.github.com/KnightHacks/hackathon-2021-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fhackathon-2021-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","tailwindcss"],"created_at":"2024-11-11T17:08:18.953Z","updated_at":"2026-05-05T14:31:53.828Z","avatar_url":"https://github.com/KnightHacks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  2021 Knight Hacks Hackathon Site\n\u003c/h1\u003e\n\nThis repository is the source code for the 2021 Fall hackathon source code.\n\n## Installation\n\n```shell\ngit clone https://github.com/KnightHacks/hackathon-site-2021.git\ncd frontend\nnpm install\n```\n\n## Getting Started\n\nTo run a live development server, run the following in a terminal:\n\n```shell\ncd frontend\nnpm start\n```\n\nThis will host the website at http://localhost:8000. As you make updates to the\ncode, the development server will automatically reload the page.\n\nIf you get errors, try running `npm install` (make sure you're in the\n`frontend/` directory before you do this). Different branches might have\ndifferent dependencies installed, so running a fresh `npm install` after each\nbranch switch is advisable.\n\n## Project Structure\n\nThis repository has both the frontend and backend code. This README discusses\nthe frontend code.\n\nThe project is a basic `create-react-app`. The root file is\n`frontend/src/App.js`, but most of the actual logic lives in various files in\n`frontend/src/pages/` and `frontend/src/components/`\n\nCSS is mostly handled with Tailwind CSS, with some custom vanilla CSS here and\nthere.\n\n## Stack\n\n### React\n\nIn order to be able to work on this project, you'll need to be familiar with\nReact. React is a UI rendering library that is essentially a way to embed HTML\nin your JavaScript, which gives enables for powerful, programmatic control over\nthe UI on the page. If you're not familiar with HTML, CSS, and JavaScript, you\nshould learn those first so that React makes more sense.\n\nDocs: https://reactjs.org/docs/getting-started.html\n\n### Tailwind CSS\n\nTailwind CSS is a CSS utility library. It provides useful prebuilt CSS classes\nthat enable simple and effective styling without dealing with separate\nstylesheets. Tailwind CSS also provides responsive variants of classes to make\nit easier to build a webpage that adapts to any screen size. It feels most like\ninline CSS styles in regular HTML.\n\nDocs: https://tailwindcss.com/\n\n### Ripples\n\nWe are considering incorporating https://github.com/sirxemic/jquery.ripples to\nthe project later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknighthacks%2Fhackathon-2021-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknighthacks%2Fhackathon-2021-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknighthacks%2Fhackathon-2021-frontend/lists"}