feature/US02-postcard
Description
Created PostCard, a component for displaying user-generated book posts or reviews. The component has a defined height by default, but expands when tapped to reveal the full text content. It also accepts a bSpoiler prop, which adds a mask overlay to hide the content until the user chooses to reveal it.
Screenshots
Checklist
- No raw strings were used in the code
- All colors are imported from the stylesheet
- Code follows the project's ESLint rules
- Code follows the project's Prettier formatting
- No console.log statements were left in the code