Skip to content

skaisay/telegram-offi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram App

A modern web application built with React, TypeScript, and Vite.

Features

  • Beautiful star field animation
  • Multi-language support (EN, RU)
  • Article management with favorites and offline storage
  • Reading time tracking
  • Statistics dashboard
  • Toast notifications
  • Responsive design

Development

  1. Clone the repository:
git clone https://github.com/yourusername/telegram-offi-app.git
cd telegram-offi-app
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Deployment

The app is automatically deployed to GitHub Pages when changes are pushed to the main branch.

To deploy manually:

  1. Build the project:
npm run build
  1. Push to GitHub:
git add .
git commit -m "Your commit message"
git push origin main

The GitHub Action will automatically build and deploy the app to GitHub Pages.

Project Structure

src/
  ├── components/     # React components
  ├── hooks/         # Custom React hooks
  ├── App.tsx        # Main application component
  └── main.tsx       # Application entry point

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages