Skip to content

πŸ’  Advice generator using openai text completions

Notifications You must be signed in to change notification settings

Kiyoponn/advice-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advice Generator

A simple advice generator app using Astro with React components.

βš™οΈ Utilities

🎨 Design

Source: frontendmentor's advice generator app

πŸ“ Folder Structure

/
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ layouts/
β”‚   └── pages/
β”‚       └── api/
└── package.json

βœ… Run Locally

Clone the project

  git clone https://github.com/Kiyoponn/advice-generator.git

Go to the project directory

  cd advice-generator

Install dependencies

  pnpm install

Start dev server

  pnpm dev