Changes proposed
added a logo component in the component directory and make logo spin
Requirements
Create a component named Logo in the components folder that implements the screenshots below.
It should accept a size as prop for the different sizes on the header and footer.
The logo should rotate similar to how it does in a fresh create react app installation as shown on this GIF.
Obtain the logo from the Figma design. Use THIS VIDEO as a guide
Acceptance Criteria
[x] The implementation should match the design.
Screenshots
Note to reviewers
The Logo spin animation was performed using the tailwind css animation class.
Fixes Issue
PR to fix issue #84
Changes proposed added a logo component in the component directory and make logo spin
Requirements Create a component named Logo in the components folder that implements the screenshots below. It should accept a size as prop for the different sizes on the header and footer. The logo should rotate similar to how it does in a fresh create react app installation as shown on this GIF. Obtain the logo from the Figma design. Use THIS VIDEO as a guide
Acceptance Criteria
Screenshots
Note to reviewers The Logo spin animation was performed using the tailwind css animation class.