Git Product home page Git Product logo

muzik's Introduction

iTunes Top Albums Challenge

I'm calling this site "Muzik!" on this first pass.

Project Requirements

Base

  • Show top 100 albums based on the json feed here: https://itunes.apple.com/us/rss/topalbums/limit=100/json
  • A clean modern look
  • Clean, readable, maintainable codebase
  • Source code on Github
  • Cross browser support (or graceful degradation)
  • Responsive design and implementation
  • A good user experience
  • Create and implement (using HTML, CSS and JS) a basic design

Additional

  • Use a CSS Framework
    • I'm using Mantine for the components. I like it for styling too, but the requirements say to use SASS instead
  • Use a JavaScript framework (React, Angular, etc.)
  • Use SASS for custom CSS
    • Done!
  • Make use of CSS animations
    • The Loading component spinner uses animation
  • Allow the top 100 to be searchable
    • Done! Though I don't know if I quite understood this requirement...
    • I didn't see any API info about searching based on the top iTunes albums, so I just used some debounced searching of the already-fetched values using the normal JS array filter method.
    • Note: I'm adding some more expansive album searching on a separate search page though, so hopefully that will also be helpful to review!
  • Allow the user to see more information about a selected Album
    • Done!
  • Host the website on the service of your choice
    • Done!
    • I'm hosting on Firebase because I want to learn more about their tooling/platform
  • Surprise us!
    • Added the ability to search any album on iTunes and see its details too

TODO

  • Improve scroll behavior
    • Currently the pages stay at the same scroll depth on navigation, which I think could be improved
    • using some useRef hooks and forwardRef to achieve this would be how I would go about it
  • Unit tests!
    • I created a few files for this purpose, but I ran out of time...
  • Update favicon
  • Get the CI/CD debugged and functioning (currently deploying manually with firebase)
  • Handle mobile Safari auto-zoom on search inputs

muzik's People

Watchers

Alex Vance avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.