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

https://github.com/ammarasif-cmd/quotable-quotes

A Simple project generating new quotes with a click. A program built with NUXT.JS and Tailwind.
https://github.com/ammarasif-cmd/quotable-quotes

nuxtjs quotes quotes-application quotes-generator tailwindcss

Last synced: 4 months ago
JSON representation

A Simple project generating new quotes with a click. A program built with NUXT.JS and Tailwind.

Awesome Lists containing this project

README

          

# Quotable Quotes

This is a simple program built with NUXT.JS and Tailwind.

Here it is a screenshot of look and feel of the web page.

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```