Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jainmohit2001 committed Aug 23, 2023
1 parent 86666cf commit d4a6c61
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ https://codingchallenges.fyi/challenges/challenge-spotify

This is a simple Spotify client that uses the Spotify API to show profile, list playlists and a simple web player to play songs.

## Table of Contents

- [TechStack](#techstack)
- [Installation](#installation)
- [Configuration](#configuration)
- [Starting the server](#starting-the-server)
- [Building the project](#building-the-project)
- [Extra commands](#extra-commands)

## TechStack

- [Create React App](https://create-react-app.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [MUI](https://mui.com/)
- [React Router](https://reactrouter.com/en/main)
- [Spotify Typescript SDK](https://developer.spotify.com/blog/2023-07-03-typescript-sdk)
- [Spotify Web Playback SDK](https://developer.spotify.com/documentation/web-playback-sdk)

## Installation

```bash
Expand Down Expand Up @@ -35,3 +53,13 @@ npm run start
# Build the project
npm run build
```

## Extra commands

```bash
# Eslint
npm run lint

# Prettier
npm run format
```

0 comments on commit d4a6c61

Please sign in to comment.