Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 810 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 810 Bytes

✨ Artisumm - Article Summarizer

Artisumm is an article summarizer that leverages the latest technologies to provide concise summaries of articles. Built with React, styled with TailwindCSS, and utilizing RapidAPI for fetching summaries, Artisumm makes it easy to digest information quickly.

📦 Tech Stack

  • Frontend: React
  • Styling: TailwindCSS
  • API: RapidAPI for article summarization

📦 Installation

To get started with Artisumm, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sahilg28/artisumm.git
  2. Navigate into the project directory:

    cd artisumm
  3. Install the dependencies:

    npm install

⚡ Usage

To run the development server, use:

npm run dev