We need to implement the basic layout of the bookmarks page for our Twitter clone project.
This task is focused only on React JSX structure (no backend logic yet).
Build a responsive Bookmarks page layout with the following structure:
- Header
- Search for bookmarks input
- Center saved posts
- Saved post cards with:
- Avatar
- Username + handle
- Post text
- Like / comment / repost icons
- Bottom navigation bar
Use semantic JSX (header, main, aside, section where needed)
- Responsive layout (desktop first, mobile optional if time)
- Pixel-aligned or close to design
- Use Tailwind
- No backend logic yet (static data is fine)
Optional improvements
- Hover effects on buttons/icons
- Sticky sidebar
- Scrollable feed section
Split into components:
- Header
- SearchInput
- SavedPostCard
- Navigation
We need to implement the basic layout of the bookmarks page for our Twitter clone project.
This task is focused only on React JSX structure (no backend logic yet).
Build a responsive Bookmarks page layout with the following structure:
Use semantic JSX (header, main, aside, section where needed)
Optional improvements
Split into components: