gyurisc / gramrfixr

Grammarly clone using ChatGPT

Home Page:https://gramrfixr.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project fixes your grammar using OpenAI GPT-3.

GramrFixr

How it works

The project uses the OpenAI GPT-3 API to fix your grammar.

Running Locally

After cloning the repo, go to OpenAI and create an account and put your API key in an .env file. You can create one by renaming .env.example to .env and putting your API key in there.

Then, run the development server first install the packages:

    npm install 

and then run the development server:

    npm run dev

About

Grammarly clone using ChatGPT

https://gramrfixr.vercel.app


Languages

Language:TypeScript 91.7%Language:CSS 6.7%Language:JavaScript 1.6%