jasmyn2244 / shopify-open-ai

Shopify job application that plays with an incredible ai api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Assistant

Table of Contents

Deploy Link

Deploy Link

Abstract

AI Assitant allows users to interact with artificial intelligence. When the user makes requests using standard human language, the api will process the request/promp and return an answer similar to what we would expect from a human (and often better!).

Project Goals

Build a beautiful and simple application that is well tested, accessible, and easy to use.

Project Specs

Homepage:

Screen Shot of home screen

Type in Prompt and Get a Response:

Users can make any request and recieve a response from the AI API

gif

Accessiblity:

This app has a 100% lighthouse score.

Screen Shot of lighthouse score

Responsive Design:

The AI Assistant App is responsive to screen size

Screen Shot 2022-05-18 at 12 09 10 PM

Error Handling:

If there is an issue with the client request or the server, the user will be directed to an error page.

Screen Shot of error page

Install and Setup

To run this app locally:

  1. fork this repository
  2. run git clone git@github.com:jasmyn2244/shopify-open-ai.git in your command line
  3. Run cd shopify-open-ai to navigate into the repository
  4. Run npm install
  5. Run npm start
  6. Visit http://localhost:3000/ in your browser to view NY Times Top Stories app!

API

For this project, I access data from the OpenAI API.

OpenAI API

Tech Stack

React

SASS

cypress

Contributors

Jasmyn Hicks (she/her)

GitHub
LinkedIn

About

Shopify job application that plays with an incredible ai api


Languages

Language:JavaScript 58.2%Language:SCSS 29.1%Language:HTML 12.7%