Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gribbirg/frontend-practice

Practice works of frontend course, RTU MIREA
https://github.com/gribbirg/frontend-practice

frontend html-css-javascript labs mirea

Last synced: 2 days ago
JSON representation

Practice works of frontend course, RTU MIREA

Awesome Lists containing this project

README

        

# Frontend practice

[![en](https://img.shields.io/badge/lang-en-blue.svg)](README.md)
[![ru](https://img.shields.io/badge/lang-ru-red.svg)](README.ru.md)

Practice works on the discipline at RTU MIREA

## Topics

1. [Introduction to HTML](Practice_1)
2. [Introduction to CSS](Practice_2)
3. [Priority of CSS](Practice_3)
4. [Overflow, iframe, video](Practice_4)
5. [Media query](Practice_5)
6. [CSS animation](Practice_6)
7. [Filter, calc(), var()](Practice_7)
8. [CSS Grid Layout](Practice_8)
9. [Introduction to JavaScript](Practice_9)
10. [JS objects](Practice_10)
11. [JS arrays, stacks, recursion](Practice_11)
12. [Decorators](Practice_12)
13. [Events, window size, scroll](Practice_13)
14. [Drag'n'Drop, JS animation, mouse events](Practice_14)