You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Twitter-style microblogging app built with Express.js and EJS templating. It demonstrates core RESTful CRUD operations for managing tweets, along with functionality to like, dislike, edit, and delete posts. The data is stored in-memory for simplicity, making it ideal for learning and prototyping.