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.
- Frontend: React
- Styling: TailwindCSS
- API: RapidAPI for article summarization
To get started with Artisumm, follow these steps:
-
Clone the repository:
git clone https://github.com/sahilg28/artisumm.git
-
Navigate into the project directory:
cd artisumm
-
Install the dependencies:
npm install
To run the development server, use:
npm run dev