Brandsintown Search API

A search application to fetch an artist information and events

  • The application does not use Redux. Adding redux would have unecessarily added complexity to the project.
  • Add to favorite feature
  • Browser caching
  • Styling approach is inspired by Material-UI but this project is using Emotion rather than JSS

Installation

npm install

Run the project

npm start

Test the project

npm test

Packages and frameworks

Here are a few of the highlighted technologies used in this project, as well as a few anticipated technologies that will work their way into this project in the future:

  • React
  • Emotion-js: The fastest CSS-in-JS solution!
  • Enzyme and Jest