Skip to content

Generate random Naruto quotes using Flask (Server) and React (Client).

License

Notifications You must be signed in to change notification settings

gabriel-venezian/naruto-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naruto Quotes Generator

screenshot

Generate random Naruto quotes using Flask (Server) and ReactJS (Client).

Running (Server)

Clone this repository. With python and pip installed, install the dependencies with:

$ pip install -r requirements.txt

Start the server with python3 app.py command. It will start on http://localhost:5000/.

Running (Client)

Install the dependencies with the following command:

$ npm install

Run the application with npm start command. It will start the app on http://localhost:3000/.

Acknowledgments

This application was developed with the help of celso-henrique during the course "Introduction to React Hooks", provided by Digital Innovation One.

License

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

About

Generate random Naruto quotes using Flask (Server) and React (Client).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published