A short project using basic HTML, Vanilla JS, to access an open API to display random quotes. A live demo is hosted at Vercel.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone this repository:
git clone git@github.com:eclectic-coding/html-random-quotes.git
Install the dependencies with yarn or npm install.
To start locally: yarn start or npm run start.
This project is licensed under the MIT License - see the LICENSE file for details