/Spotify_UI

Reproducing Spotify Mobile App UI and functionality using Expo and React Native

Primary LanguageJavaScript

Spotify_UI

...

Working on the project

In simulating a professional work environment:

Project considerations

  • As this is just a demo, useState should be sufficient for state management purposes. This will mean prop drilling in some instances but that should suffice for the maintime.
  • This is basically Ui building, so the backend will not be well developed here. For some of that, I started work on RN_Overwatch where an Appollo client using GraphQL will be worked with. Search the repo for more details. -Testing is an essential part of production applications. A snapshot test would suffice here and React Native Testing Library by Callstack will help in covering the essential features.

Appreciation to the Figma community and calebnance. Cheers.