Pulling/cloning the repository

To clone the repository you need to have "Git" version control system

The command to clone:

git clone https://github.com/Bidahmetov02/MusicLookup

If you do not have Git you can download the zip file of the project.
Simply go the project repository click the button "Code" and then press "Download ZIP".

Compiling the the project

To compile this project you need to have "npm".
To get it you need to instal Node. You can install it here https://nodejs.org/en/

Running the app

To run the project navigate to the project folder and run the command:

npm start

The command runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

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!

Using the app

To use the application enter the number of words to be fetched.