A curated list of hackathons organized by high schoolers for high schoolers.
Hackathons are awesome—but it’s hard to find a high quality directory of events for high schoolers. That’s where this project comes in.
Goal: create the best curated directory of hackathons for high school students. Because quite frankly hackathons shouldn't only be for university students.
To ensure that the directory remains as high quality as possible, we have strict guidelines for listing hackathons.
For the time being, primarily for ease of development, requests for listing new events happens through this form.
Please do not open an issue or submit a pull request to add your event—the form is the easiest and fastest way for us to review submissions.
The stack: Next.js & Theme UI with Hack Club Theme.
Stuff you need installed ahead of time:
- Git
- Yarn
- An operating system (we hope)
Clone it!
$ git clone https://github.com/hackclub/hackathons.git
Go into the directory!
$ cd hackathons
Install dependencies!
$ yarn
Run it!
$ yarn dev
Deployment is managed using Vercel. Install the Vercel CLI, and to force a production deploy, run:
$ vercel --prod
This front-end site is powered by the Hackathons Backend.
The backend contains all the hackathon data and exposes it via a REST API which is consumed by this app.
This project is licensed under the MIT license. Please see LICENSE.md
for the full text.