PET PROJECT "CINEMADDICT"
Here you can review the code written by me on JavaScript.
HTML and CSS code was written by HTML Academy.
Cinemaaddict is an SPA for fans of the movies. You can find detailed information about the movies, sort them by date or rating, form your own watch list, or favorites list. All movie cards have comments section, where you can leave or delete comments. Also, you can check the statistics.
- JavaScript (ES 2015)
- DOM
- User interface architectural pattern MVP
- OOP in use of:
- classes
- encapsulation, data abstraction, polymorphism
- patterns 'Observer', "Adapter", "Delegation"
- Fetch API, Promise, JSON
- Webpack