diff --git a/subjects/forum/README.md b/subjects/forum/README.md index adcd0f56f..5ce609899 100644 --- a/subjects/forum/README.md +++ b/subjects/forum/README.md @@ -84,6 +84,8 @@ For the forum project you must use Docker. You can read about docker basics in t - [bcrypt](https://pkg.go.dev/golang.org/x/crypto/bcrypt) - [UUID](https://github.com/gofrs/uuid) +> You must not use use any frontend libraries or frameworks like React, Angular, Vue etc. + This project will help you learn about: - The basics of web : diff --git a/subjects/real-time-forum/README.md b/subjects/real-time-forum/README.md index 30abe8d12..edc4ea870 100644 --- a/subjects/real-time-forum/README.md +++ b/subjects/real-time-forum/README.md @@ -21,8 +21,6 @@ As you already did the first forum you can use part of the code, but not all of You will have only one HTML file, so every change of page you want to do, should be handled in the Javascript. This can be called having a [single page application](https://en.wikipedia.org/wiki/Single-page_application). -> You must not use use any frontend libraries or frameworks like React, Angular, Vue etc. - #### Registration and Login To be able to use the new and upgraded forum users will have to register and login. This is premium stuff. The registration and login process should take in consideration the following features: @@ -77,6 +75,8 @@ As it is expected, the messages should work in real time, in other words, if a u - [bcrypt](https://pkg.go.dev/golang.org/x/crypto/bcrypt) - [UUID](https://github.com/gofrs/uuid) +> You must not use use any frontend libraries or frameworks like React, Angular, Vue etc. + This project will help you learn about: - The basics of web : diff --git a/subjects/real-time-forum/audit/README.md b/subjects/real-time-forum/audit/README.md index 47c9e0521..148226368 100644 --- a/subjects/real-time-forum/audit/README.md +++ b/subjects/real-time-forum/audit/README.md @@ -2,8 +2,6 @@ ###### Has the requirement for the allowed packages been respected? (Check the [allowed packages](../README.md)) -###### Has the frontend part been implemented without the use of any frontend libraries or frameworks like React, Angular, Vue etc? - ###### Do you need to register/login in the forum to use it? ##### Try registering as a new user.