Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.03 KB

Object-oriented programming demo for Yandex Praktikum

About

Demo application developed at the request of Yandex Praktikum students. The goal was to demonstrate the object-oriented approach in front-end development without any frameworks, just vanilla ES6 JavaScript.

Live version

Available at GitHub pages: https://mr9d.github.io/yandex-oop-demo/ (deployed from the master branch)

Running locally

If you want to run the application locally, you can do the following:

  • git clone the repository
  • Open index.html in browser

That’s it, no build required.

How to use

The application itself is a classic Todo list.

You can add items using the form above. For every item, you can remove and duplicate them using icons near them.

Used technologies