-
Notifications
You must be signed in to change notification settings - Fork 10.4k
“Add new Tier 2 project idea: Post feed app” #1102
Copy link
Copy link
Open
Description
Description:
- Build a simple social media feed using only HTML, CSS, and JavaScript (no backend).
- Users should be able to create, display, and manage posts containing images or videos with captions.
- All data must be stored locally using browser storage such as IndexedDB or similar.
📋 User Stories:
-
User can create a post with an image or video and a caption
-
User can view a list of posts in a feed layout
-
User can delete their posts
-
User data is persisted using browser storage (e.g., IndexedDB)
⭐ Bonus Features:
-
User can like posts
-
User can comment on posts
-
User can toggle dark mode
-
User can edit posts
-
Posts display timestamps
Useful links and resources:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels