Skip to content

aitoss/innerve-x

Repository files navigation

Innerve X Hackathon 🚀

A Next.js application developed for the Innerve X Hackathon organized by OSS Club.

📅 Event Details

  • Event: Innerve X Hackathon
  • Organizer: OSS Club
  • Date: January 31, 2026

🛠️ Tech Stack

  • 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)

📁 Project Structure

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

🎨 Features

  • 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

🧪 Development

Code Quality

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 .gitignore support

Configuration Files

🤝 Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is developed for the Innerve X Hackathon.

📧 Contact

For questions or support, reach out to the OSS Club organizers.


Built with ❤️and Passion for Innerve X Hackathon 2026

Releases

No releases published

Packages

No packages published

Contributors 6