Short Link is a simple app designed to shorten links fed by the user, provided they are properly authenticated.
This is a web-app created using React.js & Meteor for learning purposes, based on a Full-Stack React Course.
- How to handle the users database in Meteor, verifying if the current user is logged ir or not;
- Redirecting logged users to the dashboard and not logged ones to the login page using React Router's Redirect;
- Basic MongoDB functionality;
- Basic React functionality;
- Browser History manipulation.