Created with ReactJS, TailwindCSS, RippleUI and Telegram WebApp API, this project aims to provide a simple and intuitive way to read and set data into the new Telegram CloudStorage.
To set up the project, run the following commands:
npm install
npm run dev
In order to push to production, you need first to build the entire project:
npm run build
Then, you can simply upload the contents of the folder dist
to your web server.
- Integrates in real time with the Telegram WebApp data through @vkruglikov/react-telegram-web-app
- Uses Tailwind CSS for responsive and customizable UI components
- Has a simple and intuitive UI
- Adapts in real time to the theme parameters received from Telegram
- Has a customized generator for components, pages and ui-components
Contributions are welcome! If you have any ideas or improvements for the project, feel free to open an issue or submit a pull request.
This project is licensed under the MIT license. See the LICENSE file for more information.