Basic webpage that allows you to paste a spotify playlist url and get a tournament setup of all the songs to figure out which one is best. Built using Blazor server App
The names of the branching are somewhat confusing. For someone not involved in the project the numbers are the beginning of each branch is not clear what it means.
It seems to work for you that you create a lot of commits in each branch before you push them into main, but at a few times you have committed straight to the main branch which isn't too good, even if it's only documentation. It's good that you delete your branches when you're done with them. It's very good that you review each others pull requests thought.
The names of the branching are somewhat confusing. For someone not involved in the project the numbers are the beginning of each branch is not clear what it means.
It seems to work for you that you create a lot of commits in each branch before you push them into main, but at a few times you have committed straight to the main branch which isn't too good, even if it's only documentation. It's good that you delete your branches when you're done with them. It's very good that you review each others
pull request
s thought.