AISummarizer:
This is an AI-powered summarizer application built using React, Vite, Tailwind CSS, and RapidAPI. The app takes long articles and generates clear, concise summaries, making reading more efficient.
- Summarizes articles using AI
- User-friendly interface
- Built with modern technologies: React, Vite, and Tailwind CSS
- Integrates with RapidAPI for summarization services
- React: JavaScript library for building user interfaces
- Vite: Next-generation front-end build tool
- Tailwind CSS: Utility-first CSS framework
- RapidAPI: For accessing the article summarization API
-
Clone the repository:
git clone https://github.com/Hajer45/AI-Summarizer cd AI-Summarizer
-
Install dependencies:
npm install
-
Add your RapidAPI Key:
-
Create a
.env
file in the project root. -
Add your RapidAPI key in the
.env
file as follows:VITE_RAPID_API_KEY=your_rapid_api_key_here
-
-
Start the development server:
npm run dev
This project has been deployed using Netlify. You can access the live version of the AI Summarizer application via the following link:
- Enter the URL of an article you want to summarize.
- Click the Summarize button to generate the summary.
- The application will display the summarized content below the input field.