go-link-shortener-frontend, v1.1
Posted on

Front-end of the service for shorting links.
Generating a redirect link from a server ID and a link code (automatic selection of the option).
Change Log
- generating a redirect link (automatic selection of the option):
- from a server ID and a link code.
Features
- general features:
- based on the Ant Design:
- adaptive design;
- mobile design;
- navigation via the History API;
- asynchronous interaction with the back-end via Fetch API;
- based on the Ant Design:
- pages:
- form for creating a link:
- animating interaction with the back-end;
- displaying errors on interaction with the back-end in the form of pop-up notifications;
- result of creating a link:
- generating a redirect link (automatic selection of the option):
- from a server ID and a link code;
- from a link code only;
- copying a redirect link to a clipboard via a button click:
- displaying a notification about successful copying to a clipboard;
- generating a redirect link (automatic selection of the option):
- any error (most often it's the "Not Found" error).
- form for creating a link:
Repository
Link: https://github.com/thewizardplusplus/go-link-shortener-frontend/tree/v1.1.
Content: code.
License: MIT.