Skip to content
View asmyshlyaev177's full-sized avatar
💭
Working...
💭
Working...

Block or report asmyshlyaev177

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
asmyshlyaev177/README.md

Hi there 👋

My name is Alex, I'm a JS/React frontend developer. I'm good with React, familiar with NextJS/TailwindCSS, and unit/integration testing.

GitHub User's stars

Landing page

Coding with

JavaScript TypeScript HTML5 CSS3

React Redux

Git Jest Testing-Library cypress Webpack Linux Stack Overflow

Your Repository's Stats

Pinned Loading

  1. state-in-url state-in-url Public

    Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g.numbers will be decoded as numbers not strings. With TS validation. Deep link…

    TypeScript 136 3

  2. react-horizontal-scrolling-menu react-horizontal-scrolling-menu Public

    Horizontal scrolling menu component for React.

    TypeScript 767 98

  3. tic-tac-toe tic-tac-toe Public

    TypeScript

  4. Custom MaterialUI style Select writt... Custom MaterialUI style Select written with TDD.
    1
    /* eslint-disable cypress/no-unnecessary-waiting */
    2
    import React from 'react';
    3
    import { ThemeProvider } from '@material-ui/core/styles';
    4
    import CssBaseline from '@material-ui/core/CssBaseline';
    5
    import { Popper, Paper } from '@material-ui/core';