A modern education platform built with Next.js, Tailwind CSS, and TypeScript, designed to empower students through quality education.
- 🚀 Next.js 14 App Router
- 🎨 Tailwind CSS with custom theme
- ✨ Modern UI components
- 📱 Fully responsive design
- 🌙 Dark mode support
- 📝 CMS-ready architecture
- ⚡ Optimized performance
- Next.js - React framework
- Tailwind CSS - Utility-first CSS
- TypeScript - Type safety
- shadcn/ui - UI components
- Lucide Icons - Beautiful icons
- Framer Motion - Animations
- Node.js 18 or later
- npm/yarn/pnpm/bun
-
Clone the repository:
git clone https://github.com/gaureshpai/BIPS-Classes.git cd BIPS-Classes
-
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
npm run build
BIPS-Classes/
├── app/ # App router
│ ├── contact/ # Contact page
│ ├── courses/ # Course page
│ ├── about/ # About page
│ |── page.tsx # Home page
| |── layout.tsx # Layout component
├── components/ # Reusable components
├── lib/ # Utility functions
├── public/ # Static assets
└── tailwind.config.ts # Tailwind configuration
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Contributions are welcome! Please follow these steps:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
BIPS Classes - @bipsclasses - [email protected]
Project Link: https://github.com/gaureshpai/BIPS-Classes