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
- Host: GitHub
- URL: https://github.com/denisecaze/soundsgood
- Owner: denisecaze
- Created: 2018-10-28T22:50:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T22:59:09.000Z (over 6 years ago)
- Last Synced: 2025-01-06T14:28:52.705Z (4 months ago)
- Language: JavaScript
- Homepage: https://sounds-g.firebaseapp.com/
- Size: 731 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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.