A simple url shortener written in Node JS using Express and MongoDB, automatically redirects to saved "long" URLs, counts clicks per URL and has an API endpoint to add, edit, view and delete URLs via ...
A user interface such that it displays a grid of country flags and their names, by retrieving data from the given API endpoint. In the Advanced React Sprint Challenge, replicate a grid-based widget, ...