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

https://github.com/denisecaze/soundsgood

Laboratoria Bootcamp - extra exercise - an API management to create an artist's library
https://github.com/denisecaze/soundsgood

Last synced: 2 months ago
JSON representation

Laboratoria Bootcamp - extra exercise - an API management to create an artist's library

Awesome Lists containing this project

README

        

# Sounds so Good
An API management to create an artist's library.

## Motivation
It was an extra exercise of Laboratoria's bootcamp specialization in React. The requirement was to create a SPA (Single Page Application), where you can login, post and delete elements of an API.

## Appearance
![App map](./src/assets/images/sounds-so-good-3.png)

## Technology Stack
+ HTML5
+ CSS3
+ JavaScript
+ React
+ Local Storage
+ [Pede Toca API](https://peaceful-badlands-98440.herokuapp.com/api-docs/)

## Oficial Roadmap

#### version 2.0.0 (scheduled for December 2018)
+ Allow the insertion of songs of each artist and their execution;
+ Allow cards edition;
+ Code refactoring.

#### version 1.0.0 (released)
+ The user can login or register. You can insert new artists and delete existing cards.