Website developed to DIO's Bootcamp TQI Fullstack developer. It is the client of a super cool site that shows quotes from Naruto anime!
Go to this repository: https://github.com/celso-henrique/naruto-quotes-server and follow the instructions to run it.
Clone this repository and install it dependencies with this command:
npm install
Run the application with npm start command, it will start the app on localhost:3000:
npm start
Functionality 1
: Renders the LayoutFunctionality 2
: Get a quote from the serverFunctionality 3
: Renders the quote
REACT
Mocks
Unity tests
Styled Components
Hooks