Pinned Repositories
anxoret.github.io
My business card website.
checkout-page
dynamic-display-of-products
gallery
The gallery of images without using of libraries and frameworks.
landing-page-of-tulapina
An example of a landing page for interior designer Tulapina Elena.
learn-js
Learning Javascript and solving tasks with help of https://learn.javascript.ru manual.
learn-react
learn-typescript
print-all-unique-pairs-of-numbers-from-an-array
A function that print all array's unique pairs of numbers, sum of those is k.
slideshow
A banner slideshow.
anxoret's Repositories
anxoret/anxoret.github.io
My business card website.
anxoret/gallery
The gallery of images without using of libraries and frameworks.
anxoret/landing-page-of-tulapina
An example of a landing page for interior designer Tulapina Elena.
anxoret/learn-js
Learning Javascript and solving tasks with help of https://learn.javascript.ru manual.
anxoret/learn-react
anxoret/checkout-page
anxoret/dynamic-display-of-products
anxoret/learn-typescript
anxoret/print-all-unique-pairs-of-numbers-from-an-array
A function that print all array's unique pairs of numbers, sum of those is k.
anxoret/slideshow
A banner slideshow.
anxoret/editors-index-page-original-theme
anxoret/fix-function
What can be improved in the original function? How can we rewrite it?
anxoret/learn-elm
anxoret/learn-express-js
anxoret/learn-gulp
anxoret/learn-jest
anxoret/learn-js-course
anxoret/learn-php
Learning PHP and solving tasks with help of "Self teaching PHP" by Maxim Kuznetsov and Igor Simdyanov.
anxoret/learn-vuejs
anxoret/learn-webpack
anxoret/login-page
A simple login page in the user's personal account.
anxoret/make-deep-copy-of-the-object
Create a function, that makes a deep copy of the object without using JSON.stringify
anxoret/mulan21
Landing page
anxoret/operations-on-list-of-names
1) Sort all names in lexicographical order 2) Calculate the alphabetic sum for each name - the sum of the serial numbers of letters (MAY: 13 + 1 + 25 = 39) 3) Multiply the alphabetical sum of each name by the serial number of the name in the sorted list (indexing starts from 1). 4) Summarize the works of paragraph 3 for all names in the file
anxoret/same-display-of-20-cards
Using the fake rest-api service, draw 20 cards of the same type.
anxoret/show-background-color-of-div
A code that on onclick-event shows background-color of div, located in div with class "root".
anxoret/sicp
anxoret/sidebar
anxoret/ticking-clock
Functional and imperative approaches for creating watches in a civilian format, that change its display every second.