https://github.com/sahilg28/artisumm
Artisumm is a tool that delivers concise and accurate article summaries for quick information digestion.
https://github.com/sahilg28/artisumm
article-extractor article-summarizer article-summary fronted-development javascript rapidapi reactjs tailwindcss webdevelopment
Last synced: about 2 months ago
JSON representation
Artisumm is a tool that delivers concise and accurate article summaries for quick information digestion.
- Host: GitHub
- URL: https://github.com/sahilg28/artisumm
- Owner: sahilg28
- Created: 2025-01-18T17:35:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-18T18:03:20.000Z (over 1 year ago)
- Last Synced: 2025-01-18T18:44:25.617Z (over 1 year ago)
- Topics: article-extractor, article-summarizer, article-summary, fronted-development, javascript, rapidapi, reactjs, tailwindcss, webdevelopment
- Language: JavaScript
- Homepage: https://artisumm.vercel.app
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ 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:
```bash
git clone https://github.com/sahilg28/artisumm.git
```
2. Navigate into the project directory:
```bash
cd artisumm
```
3. Install the dependencies:
```bash
npm install
```
## ⚡ Usage
To run the development server, use:
```bash
npm run dev
```