Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gribbirg/frontend-practice
- Owner: Gribbirg
- Archived: true
- Created: 2023-09-06T06:21:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-16T09:22:06.000Z (6 months ago)
- Last Synced: 2024-11-13T07:15:13.364Z (2 days ago)
- Topics: frontend, html-css-javascript, labs, mirea
- Language: CSS
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)