Create color schemes based on a user-selected color and color-combination mode.
Check it out: ColorCrafter
Technologies Used:
- React
- JavaScript (ES6)
- JSON API
- localStorage
- CSS
- npm
- Vite
Colors and combinations returned via JSON API Color Picker API
Deployed via netlify
# install dependencies
npm install
# development environment
npm run dev
To deploy:
# build the app
npm run build
# deploy to a unique preview URL
ntl deploy
# deploy the site into production
ntl deploy --prod