Skip to content

The website is a platform for buying movie tickets. The website's logo and a shopping cart button are displayed on the main page, which shows the number of selected tickets. The main section of the site is a hero section with a background image and a "Buy ticket" button, which probably leads to a selection of movies or sessions.

Notifications You must be signed in to change notification settings

DKMFzF/film-mvc

Repository files navigation

Film!

screen_app

Дока на русском

Stack

  • HTML
  • SCSS
  • TS
  • Webpack

Project structure:

  • src/ — project source files
  • src/components/ — folder with JS components
  • src/components/base/ — folder with the base code
  • src/components/model/ — folder with data models
  • src/components/controller/ — folder with controller models
  • src/components/view — folder with display classes
    • /common — folder with basic display classes
    • /partial — folder with specific display classes
    • /screen — folder with screen display classes

Important files:

  • src/pages/index.html — HTML file of the main page
  • src/types/all-files.ts — file with types
  • src/index.ts — is the application's entry point
  • src/scss/styles.scss — the root file of styles
  • src/utils/constants.ts file with constants
  • src/utils/utils.ts file with utilities

Installation and launch

To install and run the project, run the following commands

npm install
npm run start

or

yarn
yarn start

Assembly

npm run build

or

yarn build

Author

Kirill Doroshev (DKMFzF)

License

This project is licensed under the MIT license

Спасибо Яндекс Практикум!

About

The website is a platform for buying movie tickets. The website's logo and a shopping cart button are displayed on the main page, which shows the number of selected tickets. The main section of the site is a hero section with a background image and a "Buy ticket" button, which probably leads to a selection of movies or sessions.

Topics

Resources

Stars

Watchers

Forks