This project was developed to study the following technologies:
To clone and run this application, you'll need Git, Node.js v18.12.1 or higher + npm v8.19.2 or higher installed on your computer and the Game Of Thrones Quotes API. From your command line:
# Clone this repository
$ git clone https://github.com/vitoroberto/got-quotes.git
# Go into the repository
$ cd got-quotes
# Install dependencies
$ npm install
# Run the app
$ npm run dev
README style inspired by Luke Morales.