Skip to content

meetakshi253/phil-dunphy-quotes-generator

Repository files navigation

Random Phil Dunphy Quote Generator

A simple web app developed using Next.js that makes use of the Phil Dunphy Quotes API. The deployment is available at https://phil-dunphy-quotes.vercel.app.

Data is fetched from the API live at https://phil-dunphy-quotes-api.herokuapp.com.

Getting Started

To run this locally, do the following:

First, clone the repo:

git clone https://github.com/meetakshi253/phil-dunphy-quotes-generator.git

Install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Author

License

MIT