This is a web application built using ReactJS, Vite and RapidAPI to summarize articles by pasting their URLs into the input field. The summarized article is stored in the local storage of the browser for future reference. We have used Tailwind CSS for styling the application.
The app is built using the following technologies:
- ReactJS
- Vite
- Tailwind CSS
- RapidAPI
To install the app, follow these steps:
- Clone the repository:
git clone https://github.com/thekarthikr/article-summarizer.git
- Install dependencies:
npm install
- Create a .env file and add your RapidAPI key
- Start the app:
npm run dev
Paste the URL of the article you want to summarize into the input field.
Click on the "Summarize" button.
The summarized article will be displayed on the screen.
The summarized article will be stored in the local storage of your browser for future reference.