Skip to content

ImGabreuw/semana-js-expert-spotify

Repository files navigation

semana-js-expert-spotify

GitHub language count GitHub forks GitHub open issues

This project is a clone of Spotify, but you can add special effects during the audio in a control panel.

💻 Prerequisites

  • Node

  • NPM or YARN

  • Docker

  • Your favorite IDE (recommend VS Code)

💻 Technology

  • JavaScript

🚀 Installation

# Repository clone
$ git clone https://github.com/ImGabreuw/semana-js-expert-spotify.git

# Go to the application directory
$ cd semana-js-expert-spotify/

# Install dependencies
$ npm i

# Run Application (without Docker)
$ npm run start

# Run Application (with Docker)
$ npm run start-docker

📫 Contribution

To contribute to semana-js-expert-spotify, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b feature/<feature>.
  3. Make your changes and confirm them: git commit -m 'some description for feature'
  4. Send to the original branch: git push origin <branch>
  5. Create the pull request.

Alternatively, refer to the GitHub documentation at how to create a pull request.

🤝 Contributors

We thank the following people who contributed to this project:

ImGabreuw
ImGabreuw

😄 Be one of the contributors

Want to be part of this project? Click HERE and read how to contribute.

📝 License

This project is under license. See the archive LICENSE for more details.

⬆ Back to the top