Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lnardon/music.ai

A simple web music player built as part of Music.ai's technical interview test
https://github.com/lnardon/music.ai

music player reactjs tailwindcss technical-test typescript zustand

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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/) -> 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