Cybrella is the premier technology festival organized by the students of NIELIT Imphal. This repository contains the frontend codebase for the Cybrella 2024 website, designed to foster innovation, creativity, and collaboration among tech enthusiasts.
- Event Gallery: Showcasing winners across various categories including BGMI, MLBB, Code Debugging, Competitive Coding, and more.
- Dynamic Profiles: Individual profile pages for team members with real-time data fetching.
- Responsive Design: Fully optimized for all screen sizes using Tailwind CSS.
- Dark Mode: Custom-built theme switcher for optimal viewing experience.
- Integrated Backend: Seamless integration with Appwrite for content management and data storage.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- Backend-as-a-Service: Appwrite
- UI Components: Radix UI, Framer Motion
- Icons: React Icons, Lucide React
-
Clone the repository:
git clone https://github.com/rajjitlai/Cybrella-1.0-NIELIT cd Cybrella-1.0-NIELIT -
Install dependencies:
npm install
-
Configure Environment Variables: Create a
.env.localfile in the root directory and copy the variables from.env.example:cp .env.example .env.local
Fill in your specific Appwrite endpoint, project ID, and collection IDs.
-
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License - see the LICENSE file for details.
© 2024 - 2026 Rajjit Laishram. Organized by NIELIT Imphal Students.