Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
85caea9
Test commit
abhishekpatil42 Apr 20, 2024
7c1081c
changed folder/file structure
abhishekpatil42 Apr 20, 2024
269d154
added assets folder
abhishekpatil42 Apr 20, 2024
54033e0
added pages structure
abhishekpatil42 Apr 20, 2024
6a1a829
added navbar logo
abhishekpatil42 Apr 20, 2024
e075a4c
added MUI
abhishekpatil42 Apr 20, 2024
2ef9b74
added Theme, give feedback button
abhishekpatil42 Apr 20, 2024
dc89838
c4: search bar
abhishekpatil42 Apr 20, 2024
e1f8ced
MUI component update
abhishekpatil42 Apr 20, 2024
2b34471
added space to logo
abhishekpatil42 Apr 20, 2024
c98da63
test
abhishekpatil42 Apr 21, 2024
40f185a
fixed logo bug
abhishekpatil42 Apr 21, 2024
a7110c7
added Poppins font
abhishekpatil42 Apr 21, 2024
8c8b240
fixed navbar height
abhishekpatil42 Apr 21, 2024
1659bff
fix2 logo margin
abhishekpatil42 Apr 21, 2024
b4f9473
fix3 logo margin
abhishekpatil42 Apr 21, 2024
d6f9417
fix4 logo margin
abhishekpatil42 Apr 21, 2024
e6b213a
added hero section
abhishekpatil42 Apr 21, 2024
6d5d6e7
added Album Card
abhishekpatil42 Apr 21, 2024
7f91b5b
added carousel for Album cards
abhishekpatil42 Apr 22, 2024
a36edde
added section and swiper
abhishekpatil42 Apr 22, 2024
4888d49
created Swiper as seperate component
abhishekpatil42 Apr 22, 2024
500bb99
added songs category section, created SwiperComp
abhishekpatil42 Apr 22, 2024
57e173b
fix: songsCategory comonent
abhishekpatil42 Apr 25, 2024
ef1140f
feat: FAQs section
abhishekpatil42 Apr 25, 2024
96b4298
fix: navbar logo left margin
abhishekpatil42 Apr 25, 2024
10f9bd3
feat: grid of album cards
abhishekpatil42 Apr 25, 2024
76a0b52
feat: API calls
abhishekpatil42 Apr 25, 2024
913fce9
feat: carousel/swiper
abhishekpatil42 Apr 25, 2024
a119eec
feat: songs section, conditional rendering based on genre
abhishekpatil42 Apr 25, 2024
62f84d4
feat: add tooltip for albumCard to display songs count
abhishekpatil42 Apr 26, 2024
5a5ec01
fix: SwiperComp spaceBetween set to 50
abhishekpatil42 Apr 27, 2024
4607146
feat: navbar responsive
abhishekpatil42 Apr 27, 2024
d9105e6
feat: add Hero responsive
abhishekpatil42 Apr 27, 2024
d7e0b4c
fix: searchbar responsiveness
abhishekpatil42 Apr 27, 2024
8791083
feat: add responsiveness to grids and swiper
abhishekpatil42 Apr 27, 2024
6bbdf29
refactor
abhishekpatil42 Apr 27, 2024
8f10fcc
feat: add FAQs section
abhishekpatil42 Apr 27, 2024
b2db518
refactor FAQs section
abhishekpatil42 Apr 27, 2024
53ca88d
feat: add SongCard and Song Player
abhishekpatil42 Apr 28, 2024
3ff5c52
fix: add nowplaying section stick to bottom
abhishekpatil42 Apr 28, 2024
06d91fd
feat: add Give Feedback button & form
abhishekpatil42 Apr 28, 2024
2353b99
feat: add react router dom
abhishekpatil42 Apr 28, 2024
7355874
feat: album view page
abhishekpatil42 Apr 28, 2024
0871fc0
fix: song player progress bar responsiveness
abhishekpatil42 May 1, 2024
6492f27
fix: searchbar responsiveness
abhishekpatil42 May 1, 2024
ac5b884
fix: searchbar border radius set to 0 when on small screen
abhishekpatil42 May 1, 2024
f8496a7
feat: add album page hero
abhishekpatil42 May 1, 2024
ac57077
feat: add songs table
abhishekpatil42 May 1, 2024
b28f2a6
feat: add album hero props and API data
abhishekpatil42 May 1, 2024
93d3811
feat: add album table with API data
abhishekpatil42 May 1, 2024
5fcf50a
feat: add current song data to songCard
abhishekpatil42 May 1, 2024
0dbace0
pagination
abhishekpatil42 May 2, 2024
655d1c3
Update README.md
abhishekpatil4 May 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# L-square-QTify
#Spotify Clone
Loading