Skip to content

Edusity – Modern and responsive university website frontend built with React.js. Features a clean design, reusable components, and organized file structure.

Notifications You must be signed in to change notification settings

ShamirAli55/Edusity

Repository files navigation

🎓 Edusity – University Website Frontend

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.


🚀 Features

  • 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

📂 Folder Structure


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


🛠️ Installation & Setup

  1. Clone the repository
git clone https://github.com/your-username/edusity.git
  1. Navigate to the project folder
cd edusity
  1. Install dependencies
npm install
  1. Start development server
npm start

📄 License

This project is licensed under the MIT License.

About

Edusity – Modern and responsive university website frontend built with React.js. Features a clean design, reusable components, and organized file structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published