An open API service indexing awesome lists of open source software.

https://github.com/francislagares/waves-music-app

A fancy music player web app built with React and TypeScript.
https://github.com/francislagares/waves-music-app

font-awesome jest react scss testing-library-react typescript

Last synced: 4 months ago
JSON representation

A fancy music player web app built with React and TypeScript.

Awesome Lists containing this project

README

          

# Waves Music App

A fancy music player web app built with React and TypeScript.

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/francislagares/waves-music-app/CI?style=for-the-badge&labelColor=black&logo=github)

# Built with





 



 



 



# Tested with





 



 

## Screenshots

!["Player_library_opened"](./src/assets/readme/readme-screenshot.png "Player with library opened")

## Status

Currently: _finished_

# Development

## Available Scripts

- Clone the repo

```bash
$ git clone https://github.com/francislagares/waves-music-app.git
```

- Install the dependencies by running the following command.

```bash
yarn install
```

- Start the development server:

```bash
yarn start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.

# Docker

- Building an image

```bash
$ docker-compose build
```

- Running a container

```bash
$ docker-compose up
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.

- Stopping a container

```bash
$ docker-compose down
```
# Author

Created by [@francislagares](https://www.linkedin.com/in/francislagares/) - feel free to contact me!
*