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.
Installation:
To set up the development environment for the project, follow these steps:
- Ensure Git and Yarn are installed on your system.
- Clone the project repository using the Git command:
git clone [repository_url]
- Navigate into the project directory:
cd [project_directory]
- Install project dependencies using Yarn:
yarn install
- Run the project locally:
yarn dev
- To build and deploy the project using Vercel, install the Vercel CLI and force a production deploy by running:
vercel --prod
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.