Simple tool built with GPT3 to hype you up for whatever thing you want to do!
- NextJS v12
- Tailwind v3
- TypeScript v4
- DaisyUI
- OpenAI GPT3
- Giphy API
Install dependencies
yarn install
Run the development build
yarn dev
Run the production build
yarn build
yarn start
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