An OpenAI article summarizer application - Simplify your reading with briefify, an open-source article summarizer that transforms lengthy articles into clear and concise summaries.
- Create a .env file and add it in the .gitignore. Get the Key from RapidAPI Article Summarizer API
VITE_RAPID_API_ARTICLE_KEY=your_API_key
- Install redux toolkit and react redux
npm install @reduxjs/toolkit react-redux
- Create the store & article file in the services folder and connect it with the application in main.js file