Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/html-random-quotes
https://github.com/eclectic-coding/html-random-quotes
html vanilla-js
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/html-random-quotes
- Owner: eclectic-coding
- License: mit
- Created: 2020-06-22T01:28:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T00:02:14.000Z (about 2 years ago)
- Last Synced: 2024-12-01T12:07:37.903Z (26 days ago)
- Topics: html, vanilla-js
- Language: SCSS
- Homepage: https://random-quotes-api.eclectic-coding.vercel.app/
- Size: 15.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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://random-quotes-api.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.
```
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`. Look at the `package.json` for additional scripts.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details