Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.95 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.95 KB

🎵 Symphony School of Music

Welcome to the landing page of the Symphony School of Music, built with Next.js. This website is designed to introduce users to various music courses, resources, and production tools in a visually appealing and user-friendly way.

🚀 Demo

You can check out the live demo of the website here: Live Demo


📖 Table of Contents


📝 About the Project

This project is a landing page for a music website, aimed at providing a clean, responsive, and engaging interface. The website introduces various courses and resources related to music production, theory, songwriting, and more. It leverages the power of Next.js to ensure fast loading, server-side rendering, and smooth navigation.


✨ Features

  • Interactive Navigation: Dynamic and responsive menu system for easy access to different sections.
  • Course Listings: Display of various music-related courses like Music Theory, Composition, and Production.
  • Responsive Design: Fully optimized for different devices and screen sizes.
  • Modern UI/UX: Clean and minimalistic design to keep the user experience seamless and focused.

💻 Technologies Used

  • Next.js: React framework for optimized performance.
  • React.js: Frontend JavaScript library.
  • Tailwind CSS: Utility-first CSS framework for styling.

⚙️ Installation

1. Clone the Repository

git clone https://github.com/your-username/music-website.git
  1. Install Dependencies Navigate into the project directory and install the dependencies.
cd music-website
npm install
  1. Run the Development Server To start the project on your local machine, use the following command:
npm run dev

Your app will be running on http://localhost:3000.