ga-wdi-exercises / component-extravaganza

[react]
0 stars 22 forks source link

Component Extravaganza

Let's build some components to put those newly formed React skills to the test!

Submission

This lab is a hybrid HW and lab. You must complete all 3 of these exercises by next week. Doing the exercises in order will is strongly recommended. Fork and clone each repository. Also in the submission, please include your overall comfort and completion as well as any questions or specific areas designated for feedback.

Components

Password Validator

Build a Sign Up Form component that:

Bonus:

Stopwatch

Build a Stopwatch component that:

Bonus:

Shopping Cart

Deployed App: http://shopping-cart-react.surge.sh/

Build a Shopping Cart component that:

Bonus:

Tips / Resources