Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 1.25 KB

README.md

File metadata and controls

81 lines (50 loc) · 1.25 KB

React TypeScript Spotify Clone

A web based Spotify clone built with React, TypeScript, and the Spotify Web API.

MIT License

Features

  • Authentication
  • Playlists
  • Search
  • Player
  • Profile
  • Tracks
  • Artists
  • Albums

Run Locally

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

Testing

To run tests, run the following command

  npm run test

Coverage

To see test coverage, run the following command

  npm run coverage

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Tech Stack

Client: React, TailwindCSS, DaisyUI, TypeScript, Axios, React Router DOM

Server: Spotify Web API, Node.js

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Feedback

If you have any feedback, please reach out to us at Discussions or Issues tab.