shortnr

Links

Technologies Used

ReactReact
TypeScriptTypeScript

Information

  • First Released: December 07, 2021
  • Latest Update:

A quick and simple project to create a URL shortening service. It uses React (TypeScript) on the frontend and Node/Express (TypeScript) on the backend with a MongoDB database. Short URLs are generated from the MongoDB IDs (with a fallback of randomly generated strings). Validation occurs both client and server side and is set up to use GitHub Actions to run automated tests.