Buuilding an Even Odd App with functional component.
Click to view
Click to view
- Download dependencies by running
npm install
- Start up the app using
npm start
Implementation Files
Use these files to complete the implementation:
src/components/EvenOddApp/index.js
src/components/EvenOddApp/index.css
Colors
Hex: #ff6e7f
Hex: #bfe9ff
Hex: #0f172a
Hex: #334155
Hex: #ffffff
Hex: #1e293b
Font-families
- Roboto
- All components you implement should go in the
src/components
directory.- Don't change the component folder names as those are the files being imported into the tests.