Edusity is a modern, fully responsive university website frontend built with React.js.
It includes a clean layout, reusable components, and organized file structure for easy customization.
- Responsive navbar with menu toggle for mobile
- Beautiful homepage design with sections for:
- Hero / Banner
- Courses
- Testimonials
- Footer
- Reusable React components
- Organized assets (images, icons, etc.)
- Easy to maintain and customize
src
│
├── assets/ # Images
│ ├── logo.png
│ ├── icon.png
│ └── ...
│
├── components/ # Reusable components
│ ├── Navbar/
│ │ ├── Navbar.jsx
│ │ └── Navbar.css
│ ├── Footer/
│ │ ├── Footer.jsx
│ │ └── Footer.css
│ ├── Testimonials/
│ │ ├── Testimonials.jsx
│ │ └── Testimonials.css
│ └── ...
│
├── App.js # Main React component
├── App.css # Global styles
└── index.js # Entry point
- Clone the repository
git clone https://github.com/your-username/edusity.git- Navigate to the project folder
cd edusity- Install dependencies
npm install- Start development server
npm startThis project is licensed under the MIT License.