Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.56 KB

README.md

File metadata and controls

57 lines (43 loc) · 2.56 KB

📰 Article Digester

Article Digester is a web application that allows users to summarize articles by simply providing the URL. It utilizes Redux Toolkit, Vite with React, and Tailwind CSS to deliver a seamless and intuitive user experience. 🚀

Article Digester Screenshot Article Digester Screenshot

🌟 Features

  • URL Summarization: Enter the URL of any article, and Article Digester will provide a concise summary. 📝
  • Efficient Processing: The application leverages powerful summarization algorithms to generate informative summaries. ⚡️
  • Responsive Design: The user interface is designed to adapt to different screen sizes, ensuring optimal user experience across devices. 💻📱
  • Easy-to-Use Interface: The intuitive interface makes it effortless for users to navigate and summarize articles with ease. 🧭
  • Customization: Tailwind CSS provides a flexible and customizable styling framework, allowing for easy design modifications. 🎨

🛠️ Tech Stack

Article Digester is built using the following technologies:

  • Redux Toolkit: Redux Toolkit simplifies the management of application state and provides a predictable state container. 🗄️
  • Vite: Vite is a fast and efficient build tool that powers the development server and builds for production. ⚡️
  • React: React is a popular JavaScript library for building user interfaces, providing a component-based architecture. 🧱
  • Tailwind CSS: Tailwind CSS is a utility-first CSS framework that offers a wide range of pre-built components and styling options. 💅

🚀 Getting Started

To get started with Article Digester on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/articledigester.git
  2. Navigate to the project directory:
    cd articledigester
  3. Install the dependencies:
    npm install
  4. Add your Rapid API key in the .env file:
    VITE_RAPID_API_ARTICLE_KEY=''
    
  5. Start the development server:
    npm run dev
  6. Open your browser and visit http://localhost:3000 to access Article Digester. 🌐

📄 License

This project is licensed under the MIT License.


Thank you for using Article Digester! If you have any questions or need further assistance, please don't hesitate to reach out. 🙏