A random color palette generator for those who suck at choosing colors for their projects.
Technologies used while making this project were styled-components, react, values.js.
Note - This is a practice project made by me for fun :P
If you want this, using this repo, run it locally on your computer and then you can follow the following steps in the terminal:
- Clone the project
git clone https://github.com/Dev-King-CSS/vt-dev-king-portfolio
- Go inside the project directory
cd your-file-name
- Install dependencies
npm install
Start the server
npm start