Skip to content

Simple react application to summarize the article provided through link

noxiousghost/article-summarizer

Repository files navigation

Article Summarizer

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.

Features

  • Summarize articles quickly and efficiently using AI
  • User-friendly interface
  • Responsive design for mobile and desktop use

Demo

Check out the live demo here.

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/noxiousghost/AI-text-summarizer
  2. Navigate to the project directory:

    cd AI-text-summarizer
  3. Install dependencies:

    npm install
  4. Create a .env file in the root directory and add your Rapid API key:

    VITE_RAPID_API_KEY=your_rapid_api_key
    
  5. Start the development server:

    npm run dev

Usage

  1. Enter the URL of the article you want to summarize in the input field.
  2. Click on the "Summarize" button.
  3. View the summarized text below the input field.

Technologies

  • React: JavaScript library for building user interfaces
  • Vite: Next-generation front-end tooling
  • Rapid API: API marketplace for accessing the summarizer service
  • CSS: Styling

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

  • 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!

About

Simple react application to summarize the article provided through link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published