Skip to content

nkusikevin/summary-ai

Repository files navigation

GPT Summarizer App

This is a web app that summarizes text using GPT-4. It is built using React, Redux, and TailwindCSS on the frontend and Node and Express on the backend.

Run Locally

Clone the project

  git clone

Go to the project directory

  cd gpt-summarizer-app

Install dependencies

  npm install

Start the server

  npm run dev

Screenshots

App Screenshot

Tech Stack

Client: React, Redux, TailwindCSS , RapidAPI

Server: Node, Express