Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 824 Bytes

LEARN.md

File metadata and controls

31 lines (21 loc) · 824 Bytes

Article Summarizer

Simplify your reading with Summize, an open-source article summarizer
that transforms lengthy articles into clear and concise summaries.😍💖

Introduction

An Article Summarizer Application using OpenAI's GPT model.

Alongside building this application, you'll also learn how to:

  • setup a ReactJS project using Vite
  • create a responsive, beautiful UI/UX with a nice touch of glass morphism using Tailwind CSS
  • make advanced RTK query API requests that fire on condition
  • save history using the local storage
  • handle form events and catch errors
  • implement copy to clipboard
  • write clean code

Development Sever

npm i
npm run dev

Production

npm run build

Deployment

  • You can Deploy it on Netlify