Skip to content

Keyword Extractor is a simple web application that allows you to extract relevant keywords from any text you provide.

Notifications You must be signed in to change notification settings

thekarthikr/keyword-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyword Extractor App

Keyword Extractor is a simple web application that allows you to extract relevant keywords from any text you provide. It uses a third-party API service called Rapid API to fetch the keywords and displays them in a clean and organized way. This app was created using React JS, Chakra UI, and Vite.

How to Use

To use Keyword Extractor, simply paste your text into the input field on the homepage and click the "Extract Keywords" button. The app will then fetch the keywords from Rapid API and display them on the page.

Installation

To install and run the app locally, follow these steps:

  1. Clone this repository: git clone https://github.com/thekarthikr/keyword-extractor.git
  2. Navigate to the project directory: cd keyword-extractor
  3. Install the dependencies: npm install
  4. Create a Rapid API account and obtain an API key (you can sign up here: https://rapidapi.com/)
  5. Create a .env file in the root directory of the project and add your Rapid API key: VITE_API_KEY=your-api-key-here
  6. Start the development server: npm run dev

Technologies Used

  • React JS
  • Chakra UI
  • Vite
  • Rapid API

Credits

  • The keyword extraction functionality is powered by Rapid API Rapid-API.
  • The Chakra UI component library was used to create the app's user interface Chakra-UI.

About

Keyword Extractor is a simple web application that allows you to extract relevant keywords from any text you provide.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published