gSchool / CodeALong_GrumpyCatGPT

This project is provided to attendees of the Grumpy CatGPT Code-A-Long

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-A-Long: Grumpy CatGPT

Objectives

  • Be able to provide a high level overview of how applications incorporate popular API's.
  • Be able to modify and edit a codebase to perform a custom behavior.

Grumpy CatGPT App Screen Shot

This project contains the starting point used to create the grumpy cat GPT.

It's really hard to code and watch at the same time, which is why this repository exists. Now that you've seen it all come together, give it a try yourself and use this project as a starting point. Once you've got things up and running, make it your own, and change things around, turn this in to a happy puppy app, or something else!

Side note: If you don't feel quite up for it, or feeling like you're needing a lot more foundational knowledge before digging in, fret not! We have lots of resources to help you get off the ground and more! Please reach out for more info.

Technologies Used

Pre-flight checklist

In order to get started you'll need a few things:

Highly Recommended:

  • Code Editor such as VSCode
  • Familiarity with a command-line shell e.g. Bash

Get Started

  • Replace the keys in openai-test.js configuration object with your own.
  • In your shell: npm start.
  • In your browser, go to: localhost:3000

Important thing to know about this personal app

This app is not production ready and is missing several key things. Speak to a Galvanize enrollment advisor to learn more about how to enroll in a Galvanize course and be able to turn an application such as this in to something production grade.

About

This project is provided to attendees of the Grumpy CatGPT Code-A-Long


Languages

Language:JavaScript 41.4%Language:CSS 33.8%Language:HTML 24.8%