[go: up one dir, main page]

Skip to content

vitoroberto/got-quotes

Repository files navigation

Game of Thrones Quotes

A simple website project that shows a few Game of Thrones quotes.

Technologies   |    How To Use

website screenshot

Technologies

This project was developed to study the following technologies:

How to use

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.