live site: https://ai-summarizer-wm.netlify.app
Welcome to the Article Summarizer App! This application utilizes Article Extractor and Summarizer APIs from RapidAPI to summarize articles from provided links. Built using React, Redux Toolkit, and Tailwind CSS, this app offers a seamless experience for summarizing articles efficiently.
- Article Summarization: Enter a URL of an article, and the app will extract and summarize its content.
- Customizable Summary Length: Adjust the length of the summary according to your preference.
- Save and Manage Summaries: Save summarized articles for future reference and manage them within the app.
- Responsive Design: Tailwind CSS ensures a responsive and visually appealing design, making the app accessible on various devices.
To get started, follow these steps:
- Clone the Repository: Clone this GitHub repository to your local machine using the following command:
git clone https://github.com/Mikssxed/ai-summarizer.git
- Install Dependencies: Navigate to the project directory and install the necessary dependencies using npm or yarn:
npm install
- Run the App: Start the development server to run the app locally:
npm run dev
- React: The frontend of the application is built using React, a popular JavaScript library for building user interfaces.
- Redux Toolkit: Redux Toolkit is utilized for state management, offering simplified setup and improved developer experience.
- Tailwind CSS: Tailwind CSS is used for styling the user interface components, providing utility-first CSS classes for rapid development.
- Article Extractor and Summarizer APIs provided by RapidAPI