Skip to content

CCA-WDCT/AuditionPortal2026

 
 

Repository files navigation

Core Nexus

Core Nexus is a modern web application built with React, Vite, TypeScript, Tailwind CSS, and shadcn/ui. It was created to showcase the CCA (Centre For Cognitive Activities) website and audition pages, featuring interactive sections like Hero, About, Cells, Aarohan carousel, and a multi-step audition form.

WHY THIS PROJECT WAS MADE

Core Nexus was developed to:

  • Provide a modern, responsive front-end experience
  • Act as a central hub for presenting club information and events
  • Showcase practical usage of React, Vite, and Tailwind CSS
  • Serve as a reusable foundation for future club or event websites
  • Demonstrate clean UI architecture and component-based design

TECH STACK

  • Vite
  • React
  • TypeScript
  • Tailwind CSS
  • shadcn/ui

GETTING STARTED

  1. Clone the repository: git clone https://github.com/dinesh262007/core-nexus-dinesh.git

  2. Navigate into the project directory: cd core-nexus-dinesh

  3. Install dependencies: npm install

  4. Run the development server: npm run dev

  5. Open in browser: http://localhost:5173

AVAILABLE SCRIPTS

npm install -> Install dependencies npm run dev -> Start development server npm run build -> Build for production npm run preview -> Preview production build

PROJECT STRUCTURE

/public - Static assets /src /components - Reusable UI components /pages - Page sections /assets - Images and media README.txt - Project documentation package.json - Dependencies and scripts

NOTES

This project is primarily a front-end UI project. Backend services can be integrated separately if required.

LICENSE

Open source. Free to use and modify.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 93.0%
  • JavaScript 4.1%
  • CSS 2.2%
  • HTML 0.7%