You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment(s): Your file structure is good. You made a CRA app and all of the components are properly located inside of folders, with the file paths working as well. Nice work!
Criteria 2: Data Flow
Score Level: 4/4 (Exceeds Expectations)
Comment(s): You met the requirements for data flow within the app. You did well working with Spotify and showed good understanding of how it worked.
Criteria 3: Syntax
Score Level: 4/4 (Exceeds Expectations)
Comment(s): You hit upon all of the syntax requirements here. You used className when applying classes and used JSX instead of pure HTML. You also added keys to each track in your track list. Lastly, you wrote elegant code for adding and removing tracks. It is great that you remembered to avoid mutating state directly when making updates. Nice work!
Criteria 4: DRY Code/Style
Score Level: 4/4 (Exceeds Expectations)
Comment(s): You did well keeping your code "DRY." One thing I would recommend to enhance it would be to move the base API url into its own variable. This will allow you to replace the base url if the domain every changes for whatever reason. Other than that, nice job!
Overall Score: 16/16
Overall, you did a great job with this project. You implemented all of the features of the project and wrote "DRY" code. Your data flow through the app was great and you did a good job working with the Spotify API. You seem to have taken the lessons to heart and it shows in your work. Great job!
The text was updated successfully, but these errors were encountered:
Rubric Score
Criteria 1: CRA Project Creation & Structure
Criteria 2: Data Flow
Criteria 3: Syntax
Criteria 4: DRY Code/Style
Overall Score: 16/16
Overall, you did a great job with this project. You implemented all of the features of the project and wrote "DRY" code. Your data flow through the app was great and you did a good job working with the Spotify API. You seem to have taken the lessons to heart and it shows in your work. Great job!
The text was updated successfully, but these errors were encountered: