Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.03 KB

🎹🏫 Music Academy

Music Academy is a project built using Next.js, TypeScript, and Tailwind CSS, Aceternity UI designed to showcase the implementation of a music academy platform and Their Courses and Webinars. This repository includes:

🔑💫 Key Features:

  • Next.js Framework: Utilizes the powerful Next.js framework for server-rendered React applications.

  • TypeScript: Ensures type safety and modern JavaScript features.

  • Tailwind CSS: For utility-first CSS styling.

  • Aceternity UI to get inbuilt ui components and reuse it.

  • Responsive Design: Adapts seamlessly to various device sizes.

🤩 Getting Started

To run the project locally, clone the repository

git clone https://github.com/code-with-divyanshu/music_academy.git

Install dependencies using

npm install

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.