diff --git a/README.md b/README.md index dbcf623b..8a64db67 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,11 @@ Below are links to various section of the documentation. - [Back-End](https://josephspurrier.github.io/govueapp/docs/back-end) - [Swagger](https://josephspurrier.github.io/govueapp/docs/swagger) - [Docker Compose](https://josephspurrier.github.io/govueapp/docs/docker-compose) -- [Documentation](https://josephspurrier.github.io/govueapp/docs/documentation) \ No newline at end of file +- [Documentation](https://josephspurrier.github.io/govueapp/docs/documentation) + +This is one repository of a few that demonstrate with different front-end frameworks how to build a notepad application with authentication. A few of the other repositories are: + +- [Vue and Go](https://github.com/josephspurrier/govueapp) +- [Mithril and Go](https://github.com/josephspurrier/gomithrilapp) +- [Mithril (TypeScript) and Go](https://github.com/josephspurrier/gomithriltsapp) +- [React (TypeScript) and Go](https://github.com/josephspurrier/goreactapp) \ No newline at end of file