Skip to content

Commit

Permalink
Notes Mini App
Browse files Browse the repository at this point in the history
@basic_notes_bot -- Simple mini app for taking notes developed with React that uses Telegram CloudStorage for store and deploys to GitHub Pages.
User can create, read, update and delete notes.
  • Loading branch information
botany9747 committed Oct 10, 2023
1 parent cd83e64 commit e80baa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Simple single page CRUD Telegram mini app developed with React that uses Telegram CloudStorage for store and deploys to GitHub Pages.

Implemented bot can be accessed here: https://t.me/basic_notes_bot/notes

## Use cases

- Create new notes
Expand All @@ -11,7 +13,7 @@ Simple single page CRUD Telegram mini app developed with React that uses Telegra

## Development Quickstart

Just make a **public** fork of this repository and hack away.
Just make a **public** fork of this repository, enable GitHub pages with GitHub Actions (Settings -> Pages -> Source: GitHub Actions) and hack away.

Your fork will be deployed to `https://<USERNAME>.github.io/notes-mini-app` and you can set this URL as Web App URL with @BotFather

Expand Down

0 comments on commit e80baa0

Please sign in to comment.