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.
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
- Vite
- React
- TypeScript
- Tailwind CSS
- shadcn/ui
-
Clone the repository: git clone https://github.com/dinesh262007/core-nexus-dinesh.git
-
Navigate into the project directory: cd core-nexus-dinesh
-
Install dependencies: npm install
-
Run the development server: npm run dev
-
Open in browser: http://localhost:5173
npm install -> Install dependencies npm run dev -> Start development server npm run build -> Build for production npm run preview -> Preview production build
/public - Static assets /src /components - Reusable UI components /pages - Page sections /assets - Images and media README.txt - Project documentation package.json - Dependencies and scripts
This project is primarily a front-end UI project. Backend services can be integrated separately if required.
Open source. Free to use and modify.