Skip to content

OpenAI GPT-3 (UI/UX) website that explains features and possibilities of AI

Notifications You must be signed in to change notification settings

sleepy-coder-101/React-GPT-3-UI-UX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 GPT-3

GitHub repo size GitHub Repo stars GitHub last commit

This UI/UX project outlines the features and possibilities of OpenAI GPT-3

Live

https://gpt3.sleepycoder101.xyz

Screenshots

"GPT3 Header"

"GPT3 Description"

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/download/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily.

npm install -g create-react-app

Installation

Clone this repository

git clone https://github.com/sleepy-coder-101/React-GPT-3-UI-UX

Change to project directory

cd React-GPT-3-UI-UX

Install required NPM Packages

npm install

Start development server

npm start

Resources

create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app

ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS

Releases

No releases published

Packages

No packages published