This website has only one purpose - to show cat illustrations in vibrant colors! I've implemented a color picker that allows users to select their preferred color, which changes the color of all SVGs and the background. To enhance the user experience, if the user choses a color with a lightness greater than 50, the background automatically shifts to a darker shade for improved contrast. Feel free to use this repository to add your own vector illustrations and create something cool!
@teriTheDesigner Terezia Hrdlovicova
This project was built in React + Vite
To get started, follow these steps:
git clone https://github.com/teriTheDesigner/Purrfect.git
cd Purrfect
npm install
# or
yarn
npm run dev
# or
yarn dev
This will start the development server. Open http://localhost:3000 to view it in the browser.
The website is deployed using Vercel
https://purrfect-pi.vercel.app/
To learn more about Vite, check out the Vite documentation.
To learn more about React, check out the React documentation.