Skip to content

diogo405/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

31 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Spotify Clone

A Spotify Clone using React, Typescript, and Redux. Check it live here.

๐ŸŽ› How it works

The application has two pages: Home and Album. When Home is loaded it pulls data from the fake API (see below). Album page follows the same pattern except it gets the album title and thumbnail from Redux store.

To run the ol npm i, npm start

๐Ÿ“ฝ Fake API

Fake API (API.tsx) is a Typescript file with a few functions that return json content (they are all hard-coded in the json folder) wrapped in a Promise. Each method has a setTimeout with a Math.random to simulate a http request - and show the skeletons โ˜ ๏ธ

๐Ÿ“ฑ Resposiveness

From 250px to Inifity ๐Ÿš€

About

Spotify clone using React and Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published