-
url-shortener-demo-app
URL shortener demo app using React, Node.js, Redis, MongoDB, Apache ZooKeeper, Nginx and Docker
In this second part of this tutorial, we learned how to build the frontend of our URL shortener application using React and RTK Query and serving it with Nginx. You can find the complete code for this project here.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
url-shortener-full-app
URL shortener app using React, Node.js, Redis, MongoDB, Apache ZooKeeper, Nginx and Docker
As mentioned before, if you're interested in going further, check out my other repository here. In this version, I've added extra features like a visit counter and a purge system to clean all expired URLs, all managed through a task queue service.
-
RTK Query: A data-fetching and state management tool for making API requests to our backend.
-
react-router-dom: Enables client side routing.
-
React: A JavaScript library for building the user interface.
-
material-ui-docs
⚠️ Please don't submit PRs here as they will be closed. To edit the docs or source code, please use the main repository:
Material UI: A component library for creating our responsive, modern UI.