Skip to content

This web application allows you to generate content based on a user-specified query. Simply enter your desired query and choose the number of words you want in the generated content using the slider. The content will be generated and displayed as Markdown, and you can easily copy it to your clipboard with a single click.

Notifications You must be signed in to change notification settings

sojinsamuel/InstantCopyPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstantCopyPro

A simple web application that generates content based on a user-specified query.

Features

  • Accepts a user-specified query and generates content based on that query
  • Allows the user to specify the number of words they want in the generated content
  • Renders the generated content as Markdown
  • Provides a slider to adjust the number of words in the generated content
  • Allows the user to copy the generated content to their clipboard with a single click
  • Displays a loading spinner while the content is being generated

Technologies

This project was built with the following technologies:

Setup

  1. Clone this repository to your local machine:
    git clone https://github.com/sojinsamuel/InstantCopyPro.git
    
  2. Navigate to the root directory of the project and install the dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    
  4. Open a web browser and go to http://localhost:5173 to view the application.

NOTE: The OpenAI API key used in this project has been removed for the purpose of preserving the privacy of the user who originally created the API key. If you wish to try out this project, you can simply replace the text OPEN_AI_API_KEY in the FetchContent.js file under src directory with your own API key. This will allow you to use the project as intended. Please note that an API key is necessary for the proper functioning of the project. You can sign up for an API key at the OpenAI Developer Portal

About

This web application allows you to generate content based on a user-specified query. Simply enter your desired query and choose the number of words you want in the generated content using the slider. The content will be generated and displayed as Markdown, and you can easily copy it to your clipboard with a single click.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published