A web based Spotify clone built with React, TypeScript, and the Spotify Web API.
- Authentication
- Playlists
- Search
- Player
- Profile
- Tracks
- Artists
- Albums
Clone the project
git clone [email protected]:frank-mendez/react-typescript-spotify.git
Go to the project directory
cd react-typescript-spotify
Install dependencies
npm install
Start the server
npm run dev
To run tests, run the following command
npm run test
To see test coverage, run the following command
npm run coverage
To run this project, you will need to add the following environment variables to your .env
file
Client: React, TailwindCSS, DaisyUI, TypeScript, Axios, React Router DOM
Server: Spotify Web API, Node.js
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
If you have any feedback, please reach out to us at Discussions or Issues tab.