Overview
Problem statement
Describe the problem you're trying to solve by doing this work.
Proposed work
High-level overview of what we're building and why we think it will solve the problem.
Success criteria
The criteria that must be met in order to consider this project a success.
- A reusable card with the ability to contain 2 or 3 tabs within it (mobile only)
- Able to display posts data in the different tabs
User stories
How the product should work for various user types.
User type 1
User type 2
Scope
Requirements
Current project requirements.
- Build a reusable card component according to design (mobile only)
- The card component has a leftItem and rightItem props. Each of the item prop has a "Title" and a list of "Post". Each post contains "Date", "Title" and "Description".