/mfe-music

Repo is a starter template for zustang, react-query and turbo-repo microfrontend

Primary LanguageTypeScript

Mfe-music

The project is to implement a working micro frontend using turbo repo

Tech Stack

Client: React, Zustand, React Query, Typescript, @mantine

Other: Turbo Repo, croco

HomePage Snippet

drawing

PlayListPage Snippet

drawing

Run Locally

Clone the project

  git clone https://github.com/irahuldogra/mfe-music.git

Go to the project directory

  cd mfe-music

Install dependencies

  npm install

Start the server

  npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_ALBUMS_URI = http://ws.audioscrobbler.com/2.0/?method=tag.gettopalbums&tag=disco&api_key=YOUR_API_KEY&format=json

To get your own api key create account on Last.fm by visiting

https://www.last.fm/api/account/create

Authors