Summz is a website that uses AI to summarize articles. Users can input the URL of any article and the website will generate a summarized version of the article for them to read.
- Summarizes any article using the power of AI
 - Provides a quick and easy way to read articles
 - Reduces the time required to read lengthy articles
 - Built using Redux Toolkit and Rapid API
 
To use Summz, simply follow these steps:
- Go to the Summz website.
 - Enter the URL of the article you want to summarize.
 - Click the "Submit" button.
 - Read the summarized version of the article.
 
Install packages
  npm install 
Create .evn in the root dir and paste you'r rapid api key
VITE_RAPID_API_KEY = YOUR_RAPID_API_KEY
Run Server
  npm run dev