diff --git a/README.md b/README.md index a2ba622..35e339d 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,16 @@ Ararat International School - платформа по обучению игры в шахматы. ### Стэк: -- Tailwind css - React.js - Express.js +- Tailwind css +- TypeScript - Mobx (временно) +#### V 0.01 +- Добавлена главная страница +- Регистрация и авторизация ведет на главую страницу +- Форма регистрации/авторизации из управляемых input теперь работает при помощи react-hook-form #### V 0.0 - Инициализация diff --git a/client/index.html b/client/index.html index b11052f..845afa2 100644 --- a/client/index.html +++ b/client/index.html @@ -4,6 +4,9 @@ + + +
{store.user.name + ' ' + store.user.sname}
+{store.user.email}
+Let's get you all set up so you can verify your personal account and begin setting up your profile.
Already have an account ? Log In here.
+