Skip to content

julianchong00/nextjs-quote-generator

Repository files navigation

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:https://localhost:3000 with your browser to see the result.

License

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