The Article Summarizer Web App is an AI-powered tool that generates concise and accurate summaries of longer articles, saving users time and effort. This web app, created using ReactJS, Redux Toolkit, and RapidAPI, can be used by anyone who needs to quickly extract key information from lengthy articles.
- AI-powered article summarization
- Generates accurate and concise summaries
- Saves time and effort
- Easy-to-use interface
- Visit the Article Summarizer Web App.
- Enter the URL or text of the article you want to summarize.
- Click the "Enter (↵)" button.
- The app will generate a concise summary of the article.
- ReactJS
- Redux Toolkit
- RapidAPI
- HTML
- CSS
- JavaScript
To run the Article Summarizer Web App on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/AmritanshuPrashar/ArticleSummarizer
- Install the dependencies:
npm install
- Create a
.env
file in the root directory and add your RapidAPI key:VITE_RAPID_API_ARTICLE_KEY=your-key
- Run the app:
npm start
- Visit
http://localhost:3000
in your web browser to access the app.
This web app was created by Amritanshu Prashar. Contributions are welcome! To contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License.