Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 633 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 633 Bytes

Short Link App

Short Link is a simple app designed to shorten links fed by the user, provided they are properly authenticated.

About The App

This is a web-app created using React.js & Meteor for learning purposes, based on a Full-Stack React Course.

What I've Learned

  • 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.