Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyoponn/advice-generator
💠 Advice generator using openai text completions
https://github.com/kiyoponn/advice-generator
astrojs master-css openai-api reactjs typescript vercel
Last synced: 28 days ago
JSON representation
💠 Advice generator using openai text completions
- Host: GitHub
- URL: https://github.com/kiyoponn/advice-generator
- Owner: Kiyoponn
- Created: 2022-12-17T18:29:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T02:54:22.000Z (5 months ago)
- Last Synced: 2024-06-07T03:53:47.440Z (5 months ago)
- Topics: astrojs, master-css, openai-api, reactjs, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Advice Generator**
A simple advice generator app using [Astro](https://astro.build) with [React](https://beta.reactjs.org) components.
## ⚙️ Utilities
- [MasterCSS](https://css.master.co) for building UI.
- [OpenAI API](https://openai.com/api) language processing services for understanding, generating, and summarizing human-like text.
- [React Loading Icons](https://github.com/dkress59/react-loading-icons) for loading icons.
- [Prettier](https://prettier.io) for code formatting
- [Vercel](https://vercel.com) cloud platform for hosting websites.## 🎨 Design
Source: frontendmentor's [advice generator app](https://www.frontendmentor.io/challenges/advice-generator-app-QdUG-13db)
## 📁 Folder Structure
```tree
/
├── public/
├── src/
│ ├── components/
│ ├── layouts/
│ └── pages/
│ └── api/
└── package.json
```## ✅ Run Locally
Clone the project
```bash
git clone https://github.com/Kiyoponn/advice-generator.git
```Go to the project directory
```bash
cd advice-generator
```Install dependencies
```bash
pnpm install
```Start dev server
```bash
pnpm dev
```