An open API service indexing awesome lists of open source software.

https://github.com/chiragbadhe/colorsnap

ColorSnap is a color shade generator that allows you to generate shades from light to dark. You can use the enter key to change the color, or you can pick any color from the color picker.
https://github.com/chiragbadhe/colorsnap

javascript nextjs tailwindcss

Last synced: 3 months ago
JSON representation

ColorSnap is a color shade generator that allows you to generate shades from light to dark. You can use the enter key to change the color, or you can pick any color from the color picker.

Awesome Lists containing this project

README

        

# ColorSnap

ColorSnap is a color shade generator that allows you to generate shades from light to dark. You can use the enter key to change the color, or you can pick any color from the color picker. You can also copy and paste the generated color shades to Tailwind config, CSS, SCSS, etc.

![ColorSnap Screenshot](/public/screenshot.png)

## How to use ColorSnap

1. Navigate to https://colorsnap.vercel.app/
2. Use the color picker or enter a color value in the input field
3. Use the the enter key to change color
4. Click on the color shades to copy the color value to your clipboard
5. Paste the color value to your desired location (Tailwind config, CSS, SCSS, etc.)

## Features

- Generate shades of any color
- Use enter key to change shades
- Copy color values to clipboard with one click
- Supports HEX formats

## Technologies used

- NextJs
- Tailwind CSS

## How to run locally

1. Clone the repository: `git clone https://github.com/chiragbadhe/colorsnap.git`
2. Navigate to the project directory: `cd colorsnap`
3. Install dependencies: `yarn install`
4. Start the development server: `yarn dev`
5. Open the app in your browser: `http://localhost:3000`

## Credits

ColorSnap was created by ch1rag.eth

- [NextJs](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)