Skip to content

Latest commit

 

History

History
127 lines (93 loc) · 3.69 KB

File metadata and controls

127 lines (93 loc) · 3.69 KB


Color Palette Generator

Generate color palettes using GPT 3.5

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

The Color Palette Generator is a simple web app where you provide a prompt and GPT 3.5 will return five hex colors matching the prompt. Users can click the various color columns to copy the hex code to their clipboard.

(back to top)

Built With

GPT NEXT TS HTML CSS

(back to top)

Getting Started

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/cjsidler/color-palette-generator.git
  2. Add a .env file with your OPENAI_API_KEY
  3. Run the project
    npm run dev

(back to top)

License

MIT License

(back to top)

Contact

Contact me via email, LinkedIn, or GitHub:

Email LinkedIn GitHub

(back to top)

Acknowledgments

(back to top)