https://github.com/leabs/easy-color-scheme
Generate color schemes for projects easily using chroma-js and astro
https://github.com/leabs/easy-color-scheme
Last synced: about 2 months ago
JSON representation
Generate color schemes for projects easily using chroma-js and astro
- Host: GitHub
- URL: https://github.com/leabs/easy-color-scheme
- Owner: leabs
- Created: 2023-04-23T14:34:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T13:39:35.000Z (about 3 years ago)
- Last Synced: 2025-03-20T04:43:49.043Z (about 1 year ago)
- Language: Astro
- Homepage: https://easy-color-scheme.vercel.app
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Color Schemes
## Table of Contents
- [Objective](#objective)- [How It Works](#how-it-works)- [How To Use](#how-to-use)- [How To Contribute](#how-to-contribute)
## Objective
Allows users to easily create randomized color schemes for projects and websites.
## How It Works
This uses [chroma-js](https://www.npmjs.com/package/chroma-js) to generate colors for the user. It is displayed on a simple [astro](https://astro.build) website.
## How To Use
Clone the repo and run `npm install` to install dependencies. Then run `npm run dev` to start the dev server. You can then go to `localhost:3000` to see the site.
## How To Contribute
Feel free to fork the repo and make a pull request. I will review it and merge it if it is good.