Skip to content

Random quote app generator using api endpoint from https://api.quotable.io/random. Made with Next.js, tRPC and tailwindcss

Notifications You must be signed in to change notification settings

kereh/quote-app

Repository files navigation

Random Quote App

This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.

Stack Using

How do I deploy this?

localhost

$ git clone https://github.com/kereh/quote-app
$ cd quote-app
$ pnpm install
$ pnpm run dev

Vercel

We recommend deploying to Vercel. It makes it super easy to deploy NextJs apps.

  • Push your code to a GitHub repository.
  • Go to Vercel and sign up with GitHub.
  • Create a Project and import the repository you pushed your code to.
  • Add your environment variables.
  • Click Deploy
  • Now whenever you push a change to your repository, Vercel will automatically redeploy your website!

Special thanks to quotable.io

About

Random quote app generator using api endpoint from https://api.quotable.io/random. Made with Next.js, tRPC and tailwindcss

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published