This digital metronome helps musicians maintain tempo during practice. With an intuitive interface, users can easily set their desired tempo and enjoy a YouTube video featuring music exercises. Additional features include sound options and volume control, making it a valuable tool for improving musical skills.
- Intuitive interface for easy tempo setting
- YouTube video showcasing music exercises
- Fork the repository
Click the "Fork" button at the top right corner of the page.
- Clone yout forked url
git clone <your-fork-url>
- Open project in VSCODE then run this command
npm install
- After finished install, run this command
cp .env.example .env
- Change NEXT_PUBLIC_YOUTUBE_API_KEY into your youtube api key
- You can get your API key from here.
- Run Project using
npm run dev
- Open your browser and navigate to http://localhost:3000
This project is licensed under the MIT License.
- Added a License section to clarify the licensing for your project.
- Provided instructions to access the project in the browser after running it.
Feel free to adjust any parts as needed! Dont forget Star!