Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 672 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 672 Bytes

This repository is my solution for the challenge described in Seja um Guia Front. This challenge is part of recruitment process from GuiaBolso to hire front end developers.

This application consumes an API called ChuckNorris.io:

  • First, it gets a list of categories of jokes.
  • Then, user can choose a category and then the application calls ChuckNorris.io to get a joke.

I developed the application using React and Redux. In reducers, I stored the joke categories, the current category and the current joke.

You can see the result here: https://freddybrasileiro.github.io/guianorris/