Web Applications
Yes Sir

Application to search own information by tags.
Yes Sir Voice Assistant
Voice assistant based on the algorithm of my application Yes Sir, which outputs the most relative information based on tags.
Singularize / Pluralize

A small web application to convert a word to plural/singular form using React, Node.js, Github and own APIs.
* As the basis of functionality for word conversion was taken open source code: "pluralize".
* To receive the conversion result, I created my own API and deployed it on render.com
* This works for English words only!
React Components
Input field with suggestion list

A component for React: Input field with suggestion list.
It should be used to add an input field with a list of items which will be displayed depending on the text with keywords(tags) entered in the input field.
Used technologies: React, Node.js, JavaScript, TypeScript, HTML, CSS.
Input field textarea

A component for React. Textarea that is similar to input field, but on long text that doesn't fit on one line unfolds vertically.
Pulsating loader

A component for React. It's showing an icon with pulsating circle and hides the entire page in a semi-transparent color.
NPM Packages
Searcher by tags

An NPM package to search target values by tags from user request.