Skip to content

Arpit1899/note-taking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

React: Not your Generic Note Taking App

Preview

img

This is a simple React application for taking notes using OpenAI's GPT-3 model to generate text suggestions.

Installation

Clone the repository using the command

git clone git@github.com:Arpit1899/note-taking-app.git

Install dependencies with npm install or yarn install

cd note-taking
npm install

Usage

cd note-taking/src
Add your {OpenAI API Key} to the handleKeyDown function in the App.js file

Start the development server with:

npm start

Open your browser and navigate to http://localhost:3000/

Type a note in the input field and hit enter to generate a text suggestion using GPT-3 Click the "X" button next to a note to remove it from the list

Technologies Used

React

OpenAI's GPT-3 API

FontAwesomeIcon

About

Not your generic note taking app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published