Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eclectic-coding/react-random-quote

Random quotes build with React
https://github.com/eclectic-coding/react-random-quote

Last synced: 24 days ago
JSON representation

Random quotes build with React

Awesome Lists containing this project

README

        

# Random Quotes

A short project using basic HTML, Vanilla JS, to access an open API to display random quotes. A live demo is hosted at [Vercel](https://cra-quote.eclectic-coding.vercel.app).

## Getting Started
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 [email protected]:eclectic-coding/html-random-quotes.git
```
Install the dependencies with `yarn` or `npm install`.

To start locally: `yarn start` or `npm run start`.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details