Welcome to the Article Summarizer! This React application, built with Vite, allows users to summarize any article using AI through the Rapid API Summarizer service.
- Summarize articles quickly and efficiently using AI
- User-friendly interface
- Responsive design for mobile and desktop use
Check out the live demo here.
To get a local copy up and running, follow these simple steps:
-
Clone the repository:
git clone https://github.com/noxiousghost/AI-text-summarizer
-
Navigate to the project directory:
cd AI-text-summarizer -
Install dependencies:
npm install
-
Create a
.envfile in the root directory and add your Rapid API key:VITE_RAPID_API_KEY=your_rapid_api_key -
Start the development server:
npm run dev
- Enter the URL of the article you want to summarize in the input field.
- Click on the "Summarize" button.
- View the summarized text below the input field.
- React: JavaScript library for building user interfaces
- Vite: Next-generation front-end tooling
- Rapid API: API marketplace for accessing the summarizer service
- CSS: Styling
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Rapid API for providing the summarizer service
- Vite for the fast and modern development environment
- React for the robust UI library
Feel free to modify this README to better fit your project's specifics!