HackYourFuture-CPH / fp-class12

Treasure Hunt Game for children
MIT License
5 stars 3 forks source link

#133 adding-Pick-Avatar-Page #162

Closed masumesani closed 4 years ago

masumesani commented 4 years ago

Description

Creating the pick an avatar page. To have a single source of truth I had to move the state from SliderComponent.js to PickAvatarPage.component.js

Fixes #133

How to test?

Test can be done by npm run dev . http://localhost:3000/pick-avatar-page

Checklist