Music.AI

A simple web music player built as part of Music.ai's technical interview test

Stars
0
Committers
2

Music.ai

This repository contains the code for the Music.AI test. The objective was to create a small web music player.

Visit the demo hosted on vercel here -> https://music-ai-neon.vercel.app/

How to run

Clone the repository and run the following commands on the root folder:

npm install && npm run dev

After that the application will be running on http://localhost:3000.

What was used

  • React
  • Next.js
  • Typescript
  • TailwindCSS
  • Zustand