A Next.js + TypeScript + Tailwind CSS based responsive college web portal designed for LNCT students.
This portal provides structured navigation, institute details, and user-friendly features for students and faculty.
- Modern UI built with Next.js and Tailwind CSS
- TypeScript support for better code safety
- Responsive design for mobile, tablet, and desktop
- Reusable components defined in
/components - Optimized build with Next.js and PostCSS
- Dark/Light mode support (if configured)
├── components.json # UI component configuration
├── next.config.mjs # Next.js configuration
├── package.json # Project dependencies
├── tailwind.config.ts # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
├── /app # Main Next.js app pages
├── /components # Reusable UI components
└── /public # Static assets (images, icons, etc.)
- Frontend: Next.js, React, TypeScript
- Styling: Tailwind CSS, PostCSS
- Package Manager: npm / pnpm / yarn
Clone the repository:
git clone https://github.com/your-username/lnct-orange.git
cd lnct-orangeInstall dependencies:
npm install
# or
yarn install
# or
pnpm installRun the development server:
npm run devNow open http://localhost:3000 in your browser.
npm run build
npm run startPull requests are welcome! For major changes, please open an issue first to discuss your idea.
This project is licensed under the MIT License.