Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogo405/spotify-clone
Spotify clone using React and Typescript.
https://github.com/diogo405/spotify-clone
Last synced: about 1 month ago
JSON representation
Spotify clone using React and Typescript.
- Host: GitHub
- URL: https://github.com/diogo405/spotify-clone
- Owner: diogo405
- Created: 2021-05-02T06:19:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T02:44:09.000Z (over 3 years ago)
- Last Synced: 2023-03-22T16:56:18.761Z (almost 2 years ago)
- Language: TypeScript
- Size: 670 KB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Clone
A Spotify Clone using React, Typescript, and Redux. Check it live [here](https://spotifyclooone.netlify.app/).
## 🎛 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 🚀