Hackathons

screenshot of Hackathons
nextjs
react

Open source directory of free student-led high school hackathons.

Overview:

This project aims to create the best curated directory of hackathons for high school students, recognizing that hackathons shouldn't just be limited to university students. The directory is maintained with strict guidelines to ensure high quality, and event submissions are requested through a designated form for review.

Features:

  • Curated Directory: Comprehensive list of high-quality hackathons for high school students.
  • Strict Guidelines: Maintained with strict guidelines for listing events to ensure quality.
  • Development Environment: Built using Next.js & Theme UI with Hack Club Theme for easy development.
  • Vercel Deployment: Utilizes Vercel for easy and efficient deployment.

Summary:

This project aims to provide a curated directory of hackathons for high school students, ensuring high quality through strict guidelines and utilizing Next.js & Theme UI for development. Deployment is managed using Vercel, and the hackathon data is powered by a backend with a REST API. The project is licensed under the MIT license, promoting open-source collaboration and usage.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.