This project is an application that I developed using React and Tailwind CSS, synthesizing the design of similar projects and using Sportify's APIs for developers.
Follow the steps below to run the project in your local environment:
-
Clone the repository:
git clone https://github.com/kullanici-adi/music-player.git
cd music-player
-
Install dependencies:
npm install && yarn
-
Start the development server:
yarn dev
yarn dev
: Starts the development server.yarn build
: Compiles the project for production.yarn lint
: Checks code quality and reports errors.yarn preview
: Previews the compiled project.
- React: For building the user interface.
- Vite: For development server and production build.
- Axios: For managing HTTP requests.
- React Icons: For icon sets.
- React Router: For routing.
- WaveSurfer.js: For audio visualization.
- Tailwind CSS: For responsive and customizable designs.
- ESLint: For code quality checks.
If you would like to contribute, please submit a pull request. All feedback and contributions are welcome.