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.
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.
To install and run the app locally, follow these steps:
- Clone this repository:
git clone https://github.com/thekarthikr/keyword-extractor.git
- Navigate to the project directory:
cd keyword-extractor
- Install the dependencies:
npm install
- Create a Rapid API account and obtain an API key (you can sign up here: https://rapidapi.com/)
- Create a
.env
file in the root directory of the project and add your Rapid API key:VITE_API_KEY=your-api-key-here
- Start the development server:
npm run dev
- React JS
- Chakra UI
- Vite
- Rapid API