Fixed tech stack in README

This commit is contained in:
VityaSchel
2023-10-02 22:31:51 +04:00
parent cd22cb31d7
commit d8ccc560ee
2 changed files with 3 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ Reskin of https://lk.ks.psuti.ru/ since it lacks mobile support and is generally
- React with Next.js v13.5 (pages router)
- Tailwind CSS. This is my first project using it, after using SCSS Modules for many years
- @shadcn/ui components (built with Radix UI)
- node-html-parser for scraping, rehydration strategy for cache
- JSDOM for parsing scraped pages, rehydration strategy for cache
- TypeScript with types for each package
- Telegram Bot API (via [node-telegram-bot-api]) for parsing failure notifications
- Custom [js parser for teachers' photos](https://gist.github.com/VityaSchel/28f1a360ee7798511765910b39c6086c)