https://ai-article-summarizer-7y95nhrny-rashanmalithweerasinghe.vercel.app/
ljhsOmyCPO.mp4
AI-Article-summarizer is a web application that allows users to summarize articles by providing the article's URL. It leverages artificial intelligence to extract and summarize the content of the article, providing users with a concise overview of the article's main points.
- GitHub Repository Link: AI-Article-summarizer GitHub
- Deployed Application Link: AI-Article-summarizer on Vercel
- React.js: Frontend development
- Redux Toolkit: State management for React applications
- Tailwind CSS: Styling and UI design
- Summarize articles by providing the article's URL.
- Utilizes the Article Extractor and Summarizer API for content extraction and summarization.
- Provides users with a summarized version of the article.
The project's folder structure is organized as follows:
src/
: Main source code directorycomponents/
: React componentsstore/
: Redux store configurationstyles/
: Styling and CSS filesutils/
: Utility functionsApp.js
: Main application componentindex.js
: Entry point for the application
To get started with AI-Article-summarizer, follow these steps:
- Clone the project repository from GitHub.
- Navigate to the project directory.
- Install the required dependencies using
npm install
. - Start the development server with
npm start
. - Access the application in your web browser.
Contributions to AI-Article-summarizer are welcome! If you'd like to contribute to the project, please follow our Contribution Guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.