Introducing ArticleDigest a web application designed for the modern reader. With this innovative platform, users can effortlessly extract the essence of lengthy articles ensuring they stay informed and up-to-date without the time-consuming task of reading through entire pieces.
https://articledigest.vercel.app/
Technologies used in the project:
- React
- Redux-toolkit
- TailwindCSS
- RapidApi
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/devwithpriyanshu/article-summarizer.git
cd article-summarizer
Installation
Install the project dependencies using npm:
npm install
Set Up Environment Variables
Create a new file named .env
in the root of your project and add the following content:
VITE_RAPID_API_ARTICLE_KEY=
Replace the placeholder values with your actual credentials. You can obtain these credentials by signing up on the Rapid API website.
Running the Project
npm run dev
Open http://localhost:5173 in your browser to view the project.