Skip to content

saimaheshtaduri/tsm_musical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TSM Musical

GitHub issues GitHub forks GitHub stars GitHub license

Overview

"TSM Musical" is a music player website with a collection of many different songs displayed beautifully. It consists of a huge variety of songs including telugu hits, Bollywood as well as Hollywood songs.

The website is live : https://saimaheshtaduri.github.io/tsm_musical/

Features

  • Plesant UI
  • Simple to use
  • Searching a song
  • Sharing a song
  • Playing the song
  • Pausing the song

Tech Stack

  • HTML
  • CSS
  • Javascript

How to Contribute?

This repository is a part of Hacktoberfest. Hacktoberfest is a month-long celebration of open-source projects, their maintainers, and the entire community of contributors. You can contribute to the project by adding a new feature or updating the existing ones. The changes you make will be reviewed and merged, if they seem correct.

If you want to contribute to the project, you can follow the steps given below:

  1. Star this repository.

  2. Fork this repository by clicking on the grey "Fork" button on the top right corner of this page.

  3. Clone the forked repository. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.Open a terminal and run the following command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project).

  1. Change the repository directory
cd tsm_musical
  1. Create a branch
git switch -c your-new-branch-name
  1. Make all the necessary changes to the project and follow the given commands.
git status
git add .
git commit -m "Add a message"
  1. Push the changes to github.
git push origin -u your-branch-name
  1. Open a Pull request. If you go to your repository on GitHub, you'll see a "Compare & pull request" button. Click on that button. Then, click on "Create pull request" button.

  2. Your changes will be reviewed and merged into the main branch if they seem correct.

Contributors

Thank you 😃