{"id":23299432,"url":"https://github.com/cyberlight/devfest-gdg-2019","last_synced_at":"2026-07-11T21:30:57.746Z","repository":{"id":149793034,"uuid":"226495636","full_name":"CyberLight/devfest-gdg-2019","owner":"CyberLight","description":"Solution for Task D from Yandex.Contest Frontend 2019 (Final)","archived":false,"fork":false,"pushed_at":"2019-12-13T17:11:08.000Z","size":1597,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T03:39:03.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codepen.io/CyberLight/pen/qBEaEya","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyberLight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-07T10:50:36.000Z","updated_at":"2019-12-16T03:36:59.000Z","dependencies_parsed_at":"2023-05-12T10:45:39.574Z","dependency_job_id":null,"html_url":"https://github.com/CyberLight/devfest-gdg-2019","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CyberLight/devfest-gdg-2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberLight%2Fdevfest-gdg-2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberLight%2Fdevfest-gdg-2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberLight%2Fdevfest-gdg-2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberLight%2Fdevfest-gdg-2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyberLight","download_url":"https://codeload.github.com/CyberLight/devfest-gdg-2019/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberLight%2Fdevfest-gdg-2019/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35376133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-20T08:17:11.575Z","updated_at":"2026-07-11T21:30:57.740Z","avatar_url":"https://github.com/CyberLight.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Only CSS without JS? Is it real?\n\n\u003cdiv align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cimg width=\"360\" src=\"docs/logo.png\" alt=\"gdg-devfest-2019\"\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cp align=\"center\"\u003eDemo for GDG DevFest 2019 Bishkek\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\u003cb\u003eOnly CSS without JS? Is it real?\u003c/b\u003e / \u003cb\u003eТолько CSS без JS? А так можно?\u003c/b\u003e\u003c/p\u003e\n    \u003cbr\u003e\n\u003c/div\u003e\n\n### Table of content:\n* **Task D** description (from **Yandex.Contest 2019 Frontend Final #2**)\u003c/li\u003e\n* Slides\n* How to run demo locally\n* How to run tests for demo (`Puppeteer` + `Google Chrome` in `Docker` using `VSCode` `Remote-Containers`)\n    \u003c/ul\u003e\n\u003c/div\u003e\n\n## `Task D` description\n* [Task D Description in PDF format](docs/ru_task_D_final.pdf)\n\n## `GDG DevFest 2019` slides\n* [Slides in PDF format](docs/ru_DevFest_2019_Paper.pdf)\n\n## `Hi-tech` setup\n\n### How to setup environment\n* Install [VSCode](https://code.visualstudio.com/)\n* Set alias for ability to open `VSCode` from command line as `code` (see for [Mac](https://code.visualstudio.com/docs/setup/mac) or for [Windows](https://code.visualstudio.com/docs/setup/windows) or for [Linux](https://code.visualstudio.com/docs/setup/linux))\n* Install [Docker Desktop](https://www.docker.com/products/docker-desktop)\n* Install [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) extension for VSCode\n\n### How to run demo\n* Clone this repo `git clone https://github.com/CyberLight/devfest-gdg-2019.git` to any location\n* Go to `devfest-gdg-2019` folder\n* Run command `code .` (If you setup alias for VSCode using instructions above)\n* Click on `Reopen in Container` button from bottom right corner of `VSCode`\n* Wait while `VSCode` installs a remote development environment for `VSCode` in docker\n* Go to `chess.scss` and click on `Watch Sass` in the `VSCode` status bar to create raw css of chessboard\n  * After that, you will see two new files in the project root folder\n* Open remote terminal and run `npm test` for run all tests using headles chrome inside Docker\n  * Or run `npm start` and open `http://localhost:9001` in your `Google Chrome` browser\n\n## `Regular` setup\n\n* Install `node.js latest` to your system\n* Install [VSCode](https://code.visualstudio.com/)\n* Clone this repo `git clone https://github.com/CyberLight/devfest-gdg-2019.git` to any location\n* Launch VSCode and open `devfest-gdg-2019` folder\n* Install the following `VSCode` extensions\n  * `ESLint`\n  * `Live Sass Compiler`\n* Go to `chess.scss` and click on `Watch Sass` in the `VSCode` status bar to create raw css of chessboard\n  * After that, you will see two new files in the project root folder\n* In `VSCode` integrated terminal run `npm test` (for running tests) or `npm start` (for viewing final result of task solution)\n\n## Special thanks to\n\n[\u003cimg width=\"150px\" height=\"38px\" src=\"https://yastatic.net/q/logoaas/v1/%D0%AF%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%20Contest.svg\" alt=\"gdg-devfest-2019\"/\u003e](https://yandex.ru/championship/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberlight%2Fdevfest-gdg-2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberlight%2Fdevfest-gdg-2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberlight%2Fdevfest-gdg-2019/lists"}