Skip to content

adamgonzls/color-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorCrafter

Create color schemes based on a user-selected color and color-combination mode.

Check it out: ColorCrafter

About this Project

Technologies Used:

  • React
  • JavaScript (ES6)
  • JSON API
  • localStorage
  • CSS
  • npm
  • Vite

Colors and combinations returned via JSON API Color Picker API

Figma design file

Deployed via netlify

Available Scripts

# install dependencies
npm install

# development environment
npm run dev

Deployment

To deploy:

# build the app
npm run build

# deploy to a unique preview URL
ntl deploy

# deploy the site into production
ntl deploy --prod