ryanfuhrman / react-colors

The React Colors project is the final Project of Colt Steele's The Modern React Bootcamp course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-colors

The React Color Picker project is part of Colt Steele's The Modern React Bootcamp course.

This project provides more practice working with React Router, passing props, manipulating state, lifecycle methods, etc.

Check out the live app on my website.

How to run the app on your own

Clone the repo:

git clone https://github.com/ryanfuhrman/react-colors.git

###Navigate into the directory cd react-colors

Install dependencies

If using npm:

npm install or npm i

If using yarn:

yarn install

Start up the client

For npm:

npm run start

For yarn:

yarn start

Open the site

Visit localhost:3000/ in the browser of your choice.

About

The React Colors project is the final Project of Colt Steele's The Modern React Bootcamp course.


Languages

Language:JavaScript 96.2%Language:HTML 2.9%Language:CSS 0.9%