Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.12 KB

Random Quote Generator

thumbnail

A simple random quote generator that uses the Quotable API to fetch quotes.

https://nextjs-quote-generator.vercel.app/

Built With

  • Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
  • React - Component-based UI framework for JS
  • Tailwind CSS - A utility-first CSS framework
  • React Icons - Icon set

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • pnpm
npm install -g pnpm

Installation

  1. Clone the repo
git clone https://github.com/julianchong00/nextjs-quote-generator.git
  1. Install NPM packages
pnpm install
  1. Run the development server
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

License

Distribution is licensed under the MIT license. See LICENSE for more information.