https://github.com/okilonet1/kachi-music
Music Snippet player using Shazam Rapid API
https://github.com/okilonet1/kachi-music
react react-router reactjs shazam tailwind-css vite
Last synced: 3 months ago
JSON representation
Music Snippet player using Shazam Rapid API
- Host: GitHub
- URL: https://github.com/okilonet1/kachi-music
- Owner: okilonet1
- Created: 2022-09-24T12:50:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T13:35:58.000Z (almost 4 years ago)
- Last Synced: 2026-01-03T19:11:44.791Z (6 months ago)
- Topics: react, react-router, reactjs, shazam, tailwind-css, vite
- Language: JavaScript
- Homepage: https://kachimusic.netlify.app/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Music Player
Develop an elegant React.js Music Application.
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue.
## System Requirements
To get started with development, you need to install few tools
1. git
`git` version 2.13.1 or higher. Download [git](https://git-scm.com/downloads) if you don't have it already.
To check your version of git, run:
```shell
git --version
```
2. node
`node` version 16.15.1 or higher. Download [node](https://nodejs.org/en/download/) if you don't have it already.
To check your version of node, run:
```shell
node --version
```
3. npm
`npm` version 5.6.1 or higher. You will have it after you install node.
To check your version of npm, run:
```shell
npm --version
```
## Setup
To set up a development environment, please follow these steps:
1. Clone the repo
```shell
git clone https://github.com/okilonet1/kachi-music.git
```
2. Change directory to the project directory
```shell
cd kachi-music
```
3. Install the dependencies
```shell
yarn install
```
If you get an error, please check the console for more information.
If you don't get an error, you are ready to start development.
4. Run the app
```shell
yarn run dev
```
Project will be running in the browser.
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.