Skip to content

This is React Typescript App consuming Deezer Proxy API.

License

Notifications You must be signed in to change notification settings

dessHub/music-library

Repository files navigation

Getting Started with Create React App

This a simple Music library app build with React Typescript. You can search for tracks by label, artist and album. It consumes an API, which acts as proxy to Deezer API.

Here is a live demo

How to set up locally

Prerequisite

You need Node js installed

node: >14.0.0

Steps

  1. Clone this repository
  2. In your shell/terminal, navigate to the project root directory
cd /path/to/music-library
  1. Install the dependencies
npm install
  1. Start the server

    npm start
    

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

This is React Typescript App consuming Deezer Proxy API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published