A modern, responsive university website built with React and Vite. Edusity showcases educational programs, campus facilities, testimonials, and provides a contact system for prospective students.
- Responsive Design - Mobile-friendly interface for all devices
- Hero Section - Eye-catching landing section
- Programs Showcase - Display of available educational programs
- Campus Gallery - Visual tour of campus facilities
- Student Testimonials - Reviews and feedback from current/past students
- About Section - Detailed information about the institution
- Contact Form - Email contact system powered by Web3Forms
- Video Player - Embedded video content support
- Navigation Bar - Smooth navigation throughout the site
- Footer - Quick links and additional information
- Frontend Framework: React 18+
- Build Tool: Vite
- Styling: CSS3
- Form Submission: Web3Forms API
- Linting: ESLint
src/
├── components/
│ ├── About/
│ ├── Campus/
│ ├── Contact/
│ ├── Footer/
│ ├── Hero/
│ ├── Navbar/
│ ├── Programs/
│ ├── Testimonials/
│ ├── Title/
│ └── VideoPlayer/
├── assets/
├── App.jsx
├── index.css
└── main.jsx
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
- Install dependencies:
npm install- Start the development server:
npm run dev- Open http://localhost:5173 in your browser
To create a production build:
npm run buildThe contact form uses Web3Forms for email submission. The access key is already configured in the Contact component. Submissions are sent to contact@sakibdeveloper.com.
Contact Information:
- Email: contact@sakibdeveloper.com
- Phone: 01834322352
- Location: Dhaka, Tajgaon, Bangladesh
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build locallynpm run lint- Run ESLint
This project is open source and available under the MIT License.
Developed by Md. Sakib Developer