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
A simple URL Shortener app built with Node.js, Express.js, and EJS that shortens long URLs into shareable links and redirects to the original URL, using a JSON file for storage instead of a database and demonstrating basic routing and file system handling in Express.js.