This is a web application that allows you to summarize articles by simply providing a link to the article. The application uses Rapid API to extracts news/article body from a URL and uses GPT to summarize the article content and presents the summary in a clear and concise format.
To install and run this application on your local machine, follow these steps:
Clone this repository: git clone https://github.com/rahurabh/Summarizer.git
Navigate to the project directory: cd summarizer
Install the dependencies: npm install
Start the development server: npm run dev
The application should now be running on http://localhost:5173
To use the application, simply enter the URL of the article you want to summarize and enter the return button. The application will then retrieve the article using the Rapid API and present a summary of the article.
This application was developed using the following technologies:
Vite - Build tool and development server
React - JavaScript library for building user interfaces
Redux Toolkit - Redux library for efficient state management
Rapid API - API marketplace used to summarize articles
This application was developed by following along JavaScript Mastery channel