|
|
搜索看看︰itsdhruvarora Music-Player-Coding-Ninjas
itsdhruvarora Music-Player-Coding-Ninjas.zip - ZIP 压缩文件, 解包大小为 11,237,929 字节
# Music-Player-Coding-Ninjas
You can see the website live at:-
https://music-player-coding-ninjas.vercel.app/
## Deployment with Docker
1. Build the Docker image:
```bash
docker build -t Music-Player-Coding-Ninjas:v1 .
```
2. Run the Docker container:
```bash
docker run -d -p 80:80 Music-Player-Coding-Ninjas:v1
```
## Screenshots of the music player :-
<img src ="https://github.com/itsdhruvarora/Music-Player-Coding-Ninjas/blob/main/Screenshot%202022-04-24%20at%2010-04-53%20Ninja%20Studio%20-%20Music%20Player.png" height = 600px width= 1100px>
<br> <br> <br>
<img src = "https://github.com/itsdhruvarora/Music-Player-Coding-Ninjas/blob/main/Screenshot%202022-04-24%20at%2010-09-14%20Playlist-1.png">
## Contributing
If you would like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature: `git checkout -b feature-name`.
3. Make your changes and commit them: `git commit -m 'Add new feature'`.
4. Push to the branch: `git push origin feature-name`.
5. Submit a pull request with a description of your changes.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|