A website showcasing Madhurima - The Music Society of Delhi Technological University. This project is built using React and aims to provide information about the society's events, members, and music performances.
- Responsive Design: Accessible on various devices.
- Event Listings: Displays upcoming and past events.
- Member Profiles: Showcases society members.
- Media Gallery: Features photos and videos of performances.
- Clone the repository:
git clone https://github.com/manasswarnkar/Mad_Website.git cd Mad_Website - Install dependencies:
npm install
- Start development server:
npm run start
- To build for production:
npm run build