diff --git a/README.md b/README.md index 1d491d6..deda57d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Network Resurrector is a system that comprises of five essential services which ## Main components ### Frontend -* The frontend component is a web application written in React JS that has the role of providing the user with a friendly visual interface through which to interact with the system. +* The [frontend](https://lab.code-rove.com/gitea/tudor.stanciu/network-resurrector-frontend) component is a web application written in React JS that has the role of providing the user with a friendly visual interface through which to interact with the system. ### API * The API component is a .NET 6 REST API that has the role of mediating the exchange of data and commands between the frontend component and the database or server component.