-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #8
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,33 +1,38 @@ | ||||||||||||||||||||||||||||||||||
<img width="1280" alt="readme-banner" src="https://github.com/user-attachments/assets/35332e92-44cb-425b-9dff-27bcf1023c6c"> | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
# [Project Name] 🎯 | ||||||||||||||||||||||||||||||||||
# MOOD DISRUPTING MUSIC PLAYER 🎯 | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
## Basic Details | ||||||||||||||||||||||||||||||||||
### Team Name: [Name] | ||||||||||||||||||||||||||||||||||
### Team Name: Useless Bytes | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### Team Members | ||||||||||||||||||||||||||||||||||
- Team Lead: [Name] - [College] | ||||||||||||||||||||||||||||||||||
- Member 2: [Name] - [College] | ||||||||||||||||||||||||||||||||||
- Member 3: [Name] - [College] | ||||||||||||||||||||||||||||||||||
- Team Lead: Aashika Kiran Nair - LBS Institute of Technology for Women | ||||||||||||||||||||||||||||||||||
- Member 2: Anjana Satheesh - LBS Institute of Technology for Women | ||||||||||||||||||||||||||||||||||
- Member 3: G Sreenandhini - LBS Institute of Technology for Women | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### Project Description | ||||||||||||||||||||||||||||||||||
[2-3 lines about what your project does] | ||||||||||||||||||||||||||||||||||
This is a Mood music player wherein it plays songs NOT based on your mood! It's a very mindful, very cutesy webesite developed for all you cutus out there<3 | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### The Problem (that doesn't exist) | ||||||||||||||||||||||||||||||||||
[What ridiculous problem are you solving?] | ||||||||||||||||||||||||||||||||||
It is very tiring to always have the songs we wanna listen to play for us. | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### The Solution (that nobody asked for) | ||||||||||||||||||||||||||||||||||
[How are you solving it? Keep it fun!] | ||||||||||||||||||||||||||||||||||
We created a very efficient website where it plays the songs in contrast to your mood. We have apps and websites that play songs that we ask for, so inorder to make people happy we created one that doesn't :) | ||||||||||||||||||||||||||||||||||
Comment on lines
+16
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix typo in project description. There's a typo in "webesite" that should be corrected to "website". The informal language elsewhere aligns well with the project's playful tone. -This is a Mood music player wherein it plays songs NOT based on your mood! It's a very mindful, very cutesy webesite developed for all you cutus out there<3
+This is a Mood music player wherein it plays songs NOT based on your mood! It's a very mindful, very cutesy website developed for all you cutus out there<3 📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[style] ~19-~19: As an alternative to the over-used intensifier ‘very’, consider replacing this phrase. (EN_WEAK_ADJECTIVE) [style] ~19-~19: The word ‘wanna’ is informal. (WANNA) |
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
## Technical Details | ||||||||||||||||||||||||||||||||||
### Technologies/Components Used | ||||||||||||||||||||||||||||||||||
For Software: | ||||||||||||||||||||||||||||||||||
- [Languages used] | ||||||||||||||||||||||||||||||||||
- [Frameworks used] | ||||||||||||||||||||||||||||||||||
- [Libraries used] | ||||||||||||||||||||||||||||||||||
- [Tools used] | ||||||||||||||||||||||||||||||||||
- HTML | ||||||||||||||||||||||||||||||||||
- CSS | ||||||||||||||||||||||||||||||||||
- JavaScript | ||||||||||||||||||||||||||||||||||
- Tools: | ||||||||||||||||||||||||||||||||||
Notepad | ||||||||||||||||||||||||||||||||||
VSC | ||||||||||||||||||||||||||||||||||
Spotify | ||||||||||||||||||||||||||||||||||
Google Fonts API | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
For Hardware: | ||||||||||||||||||||||||||||||||||
- [List main components] | ||||||||||||||||||||||||||||||||||
|
@@ -80,7 +85,7 @@ For Hardware: | |||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### Project Demo | ||||||||||||||||||||||||||||||||||
# Video | ||||||||||||||||||||||||||||||||||
[Add your demo video link here] | ||||||||||||||||||||||||||||||||||
[] | ||||||||||||||||||||||||||||||||||
*Explain what the video demonstrates* | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
# Additional Demos | ||||||||||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Create an assets directory and update all image references in README.md
The verification reveals that:
To maintain consistency and ensure long-term accessibility:
assets
directory in the repository root🔗 Analysis chain
Update the banner image URL to use a permanent repository path.
The current image URL uses a temporary user-attachments path which may not be accessible after the PR is merged. Consider uploading the image to the repository (e.g., in an
assets
orimages
directory) and updating the URL accordingly.The executed script shows that there are no existing
assets
orimages
directories in the repository, which supports the concern raised in the review comment. Let me verify if there are any other image references in the README to understand the established pattern.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 276
Script:
Length of output: 788