Skip to content

ricproenca/spotimy

Repository files navigation

spotimy

CircleCI

Spotify Playlists Management App

Project Structure

/src            - source code of the project
  /api          - communication between App and the API
  /assets       - static files such as images, fonts, etc.
  /components   - shared atomic components (Image, Button)
  /config       - global configuration, env variables, constants, etc
  /hooks        - shared custom hooks
  /layout       - organism components (Header, Footer)
  /pages        - page components (Login, Help)
  /providers    - all the application providers
  /routes       - routes configuration
  /services     - global services, http client, storage
  /store        - global state store
  /templates    - layout content structure (Base, Landing)
  /test         - test utilities and mock server
  /utils        - shared utility functions

Please install the se packages globally

npm i -g http-server

About

Spotify Playlists Management App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published