Summize

AI Article summarizer app made with rapid API's Article Extractor and Summarizer API.

Made with

  • React + Vite
  • Tailwind CSS
  • React redux toolkit

How to run

After cloning the reposistory

Create an env file

Add your rapid api key. Get your freemium key from Article Extractor and Summarizer

VITE_RAPID_API_ARTICLE_KEY='your key'

Then run the following:

cd src
npm install
npm run dev