A Next.js application developed for the Innerve X Hackathon organized by OSS Club.
- Event: Innerve X Hackathon
- Organizer: OSS Club
- Date: January 31, 2026
- Framework: Next.js 16.0.0 with App Router
- Runtime: React 19.2.0
- Styling: Tailwind CSS 4
- Code Quality: Biome (Linter & Formatter)
- Optimization: React Compiler (Babel Plugin)
innerve-x/
├── src/
│ └── app/
│ ├── globals.css
│ ├── layout.jsx
│ └── page.jsx
├── public/
├── .next/
├── biome.json
├── jsconfig.json
├── next.config.mjs
├── package.json
├── postcss.config.mjs
└── README.md
- Modern Next.js 16 App Router architecture
- Server-side rendering (SSR) and static site generation (SSG)
- Optimized with React 19 compiler
- Tailwind CSS for responsive styling
- Code quality enforced with Biome
This project uses Biome for linting and formatting:
- Linting: Enabled with recommended rules for React and Next.js
- Formatting: 2-space indentation, automatic import organization
- VCS Integration: Git-aware with
.gitignoresupport
biome.json- Biome configurationnext.config.mjs- Next.js configurationjsconfig.json- JavaScript compiler optionspostcss.config.mjs- PostCSS configuration
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is developed for the Innerve X Hackathon.
For questions or support, reach out to the OSS Club organizers.
Built with ❤️and Passion for Innerve X Hackathon 2026