-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop web frontend application #12
Comments
Also there is VK mini apps. We can consider using it! @Kimiega |
@Kimiega, what is better is... Telegram Web Apps!! |
Here is some React library for Telegram Web Apps: https://github.com/vkruglikov/react-telegram-web-app |
Need to find some way to mock generated Open API client for the TypeScript, then we will be able to develop front end even without ready backend. |
Chose tg mini app |
To my mind, this lib is better https://github.com/Telegram-Mini-Apps/TelegramUI |
Closed as too old. |
To Pass Lab 2 (#11) we need to develop a frontend app. UI was discussed and drawings are available at doc/README.md under the link "Excalidraw Board".
I suggest to use
React
as a framework, as we both have some experience of using it.Also we can consider adding
Telegram
frontend in the future, as it is more secure and easy to operate (no need for SSL).Also we need to move backend into the
/backend
directory and place web frontend into/frontend
directory.Parent
Children
The text was updated successfully, but these errors were encountered: