A modern web application built with React, TypeScript, and Vite.
- 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
- Clone the repository:
git clone https://github.com/yourusername/telegram-offi-app.git
cd telegram-offi-app- Install dependencies:
npm install- Start the development server:
npm run devThe app is automatically deployed to GitHub Pages when changes are pushed to the main branch.
To deploy manually:
- Build the project:
npm run build- Push to GitHub:
git add .
git commit -m "Your commit message"
git push origin mainThe GitHub Action will automatically build and deploy the app to GitHub Pages.
src/
├── components/ # React components
├── hooks/ # Custom React hooks
├── App.tsx # Main application component
└── main.tsx # Application entry point
MIT