Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fernahh/nabbyl

A web app to get the color palette from your favorite albums.
https://github.com/fernahh/nabbyl

color-palette jest music react react-dom spotify web

Last synced: about 2 months ago
JSON representation

A web app to get the color palette from your favorite albums.

Awesome Lists containing this project

README

        

# nabbyl [![CircleCI](https://circleci.com/gh/fernahh/nabbyl.svg?style=svg)](https://circleci.com/gh/fernahh/nabbyl)

> Connect with your Spotify account and get color palettes from your favorite albums.

## About

### North

This application was developed with two objectives: show my skills with web development and try tools and paradigms in a production environment.

### Technologies

- [React](https://reactjs.org/)
- [Sass](https://sass-lang.com/)
- [ESLint](https://eslint.org/)
- [Jest](https://jestjs.io/)
- [Enzyme](https://airbnb.io/enzyme/)
- [Webpack](https://webpack.js.org/)

See the API server [source code](https://github.com/fernahh/nabbyl-server).

### Why "nabbyl"?

The main concept was created when I have seen the [Starboy's album cover](https://en.wikipedia.org/wiki/Starboy_(album)), from The Weeknd. The colors are amazing! It was photographed and designed by [Nabil Elderkin](https://en.wikipedia.org/wiki/Nabil_Elderkin). To create a unique word, I just added two B's and changed I by Y.

## Contribute

- Fork this repository to your own GitHub account and then clone it to your local device
- Install dependencies using NPM: `npm install`
- Make the necessary changes and ensure that the tests are passing using `npm test`
- Send a pull request