URLShortener simplifies URL management with an intuitive interface and efficient backend. Built with Flask and MongoDB, it offers a seamless experience for shortening URLs.
This PR addresses several issues and implements enhancements for improved usability:
Fixed 404 Error for GitHub Link: Resolved the broken link to the GitHub account for AverageBlack, which was previously returning a 404 error.
Corrected Timestamp Display: Updated the timestamp formatting to ensure accurate display for link creation times.
Enhanced Navigation Flow: Modified the navigation flow so that, after signing up or logging in, users are now redirected to the "generateurl" page directly. This creates a smoother and more intuitive user experience.
This PR addresses several issues and implements enhancements for improved usability:
Fixed 404 Error for GitHub Link: Resolved the broken link to the GitHub account for AverageBlack, which was previously returning a 404 error.
Corrected Timestamp Display: Updated the timestamp formatting to ensure accurate display for link creation times.
Enhanced Navigation Flow: Modified the navigation flow so that, after signing up or logging in, users are now redirected to the "generateurl" page directly. This creates a smoother and more intuitive user experience.
Closes #12