An interactive terminal interface for the World's Largest Hackathon by Bolt.new.
- Interactive terminal interface with command history
- Sound effects for typing and command execution
- Modal windows for different sections (About, Register, Prizes, etc.)
- Responsive design for all screen sizes
- TypeScript support for better development experience
- Node.js 18.x or later
- npm 9.x or later
-
Clone the repository
-
Install dependencies:
npm install
-
Add sound files to the public directory:
- Create a
soundsdirectory inpublic - Add
beep-01a.wavandbeep-02.wavto thesoundsdirectory
- Create a
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser
help- Show available commandsabout- Information about the hackathonregister- Register for the hackathonprizes- View prize informationjudges- View judgessponsors- View sponsorsparticipants- View current participant counttweets- View latest tweetsfaq- Frequently asked questionssurprise- A surprise commandclear- Clear the terminalhack- A fun number guessing game
- Built with Next.js 14 and TypeScript
- Uses CSS Modules for styling
- Follows accessibility best practices
- Optimized for performance
MIT