Skip to content

● Developed a comprehensive university website with pages for admissions, courses, and placements, featuring a modern UI with Framer Motion . ● Designed and implemented a dynamic media gallery to showcase campus life and infrastructure, enhancing the user experience for prospective students.

Notifications You must be signed in to change notification settings

Devansh-Sahu/LNCT-College-Group---University-Web-Portal-

Repository files navigation

LNCT Orange - College Web Portal

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.


🚀 Features

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

📂 Project Structure

├── 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.)

🛠️ Tech Stack

  • Frontend: Next.js, React, TypeScript
  • Styling: Tailwind CSS, PostCSS
  • Package Manager: npm / pnpm / yarn

⚡ Installation & Setup

Clone the repository:

git clone https://github.com/your-username/lnct-orange.git
cd lnct-orange

Install dependencies:

npm install
# or
yarn install
# or
pnpm install

Run the development server:

npm run dev

Now open http://localhost:3000 in your browser.


📦 Build for Production

npm run build
npm run start

🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss your idea.


📜 License

This project is licensed under the MIT License.

About

● Developed a comprehensive university website with pages for admissions, courses, and placements, featuring a modern UI with Framer Motion . ● Designed and implemented a dynamic media gallery to showcase campus life and infrastructure, enhancing the user experience for prospective students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages