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.
-
Updated
Jun 20, 2025 - EJS