DanonymousCoder / Random-quotes-generator

A web app that generates random quotes
MIT License
4 stars 7 forks source link

ai quotes generation #23

Closed SunkaraboinaPraveenKumar closed 4 days ago

SunkaraboinaPraveenKumar commented 5 days ago

Issue: #21 Add functionality to generate quotes randomly through gemini api.

When running on local machine do following

  1. npm install
  2. node server.js or nodemon server.js if available
  3. check if server is running on localhost:3000
  4. Then open index.html with live server
  5. choose category and click AI_Quotes button which redirects to ai.html with quotes and functionality to copy text. image