utsavdotpro / hypebot

Simple tool built with GPT3 to hype you up for whatever thing you want to do!

Home Page:https://hypebot-gpt.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hypebot

Simple tool built with GPT3 to hype you up for whatever thing you want to do!

Technologies


Getting Started

Install dependencies

yarn install

Run the development build

yarn dev

Run the production build

yarn build
yarn start

Project Structure

project
|-- public                    ℹ️ keep your static resource files
|-- src
|   |-- common
|   |   |-- components
|   |   |   |-- elements      ℹ️ keep your state-less components
|   |   |   |                 ℹ️ keep your state-full components
|   |   |-- config            ℹ️ keep your configuration files
|   |   |-- hoc
|   |   |-- hooks
|   |   |-- layouts
|   |   |-- sections          ℹ️ keep your common sections
|   |   |-- types
|   |-- lib
|   |-- modules
|   |-- pages
|   |   |-- api               ℹ️ keep your pages here
|   |-- services
|   |-- styles
|   |-- utils
|   |   |-- constants         ℹ️ keep your constants
|   |   |                     ℹ️ keep your util functions

Collaborators

About

Simple tool built with GPT3 to hype you up for whatever thing you want to do!

https://hypebot-gpt.vercel.app/


Languages

Language:TypeScript 92.4%Language:JavaScript 6.6%Language:CSS 1.0%