Skip to content

levalyukov/preco-app

Repository files navigation

Preco Web App

PrecoApp - Application that allows you to get schedule of the Ural Regional College groups. This web application is a direct evolution of telegram-bot-parser.

Note

This application is a learning exercise. Consequently, some implementation choices may reflect that learning process rather than production-grade best practices. It's my first project combining React, TypeScript, and various libraries

preview

TODO

  • Parser through Playwright
  • Getting schedules for other groups
  • Getting a weekly schedule for groups
  • Quickly get a schedule for a user-specified group
  • Server status in the footer
  • The forced parsing button
  • Sending a request to the server to check the schedule change

Main modules

Install

$ git clone https://github.com/levalyukov/preco-app.git
$ cd preco-app

$ npm install

Start the app:

$ npm run dev -- --host

Start the server:

$ cd src/backend
$ node server.js

License

This repo is licensed by MIT.

About

Quick access to schedule of the Ural Regional College.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published