Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
A web app to get the color palette from your favorite albums.
- Host: GitHub
- URL: https://github.com/fernahh/nabbyl
- Owner: fernahh
- Created: 2019-01-13T19:17:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T19:39:51.000Z (7 months ago)
- Last Synced: 2024-08-03T11:09:32.238Z (6 months ago)
- Topics: color-palette, jest, music, react, react-dom, spotify, web
- Language: JavaScript
- Homepage: https://nabbyl.com
- Size: 1010 KB
- Stars: 22
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
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