/naruto-quotes-client

Naruto quotes generator client using React. Forked from Celso Henrique.

Primary LanguageJavaScriptMIT LicenseMIT

Naruto Quotes Client

Naruto quotes generator client for DIO lesson.

Quotes are provided from another project, which is a server that returns random Naruto Quotes. You'll need to install it in order for this project to work. You can check it on Celso Henrique's GitHub!

screenshot

Install

Clone this repository and install it dependencies with this command:

$ npm install

Running

Run the application with npm start command, it will start the app on localhost:3000:

$ npm start

License

This project is licensed under the MIT License - see the LICENSE.md file for details