thereal-atom / random-photo-quote-generator

Simple app that generates a random photo and a quote to go with it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

random photo + quote generator

Simple app that generates a random photo and a quote to go with it

run your own

It's pretty simple to run your own app.

  1. Clone the repo
  2. Create a src/lib/quotes.ts file and export an array of quotes from it
// src/lib/quotes.ts
export default [
    "quote 1",
    "quote 2",
];
  1. Move any images you want to /static/images
  2. Run npm run build to build the app
  3. Deploy to wherever you like (Vercel or Netlify for example)

About

Simple app that generates a random photo and a quote to go with it

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 60.5%Language:Svelte 25.0%Language:TypeScript 9.8%Language:HTML 3.9%Language:CSS 0.9%