This repo contains npm-package with 5 games for warming-up your brain
A tiny collection of all my leetcode solutions in JS and Python
docs: update README.md
chore: delete spaces
turn off eslint rules
docs: update README.md
refactor: update example link in index.html
docs: update README.md
docs: update README.md
refactor: place fabric functions into one module
chore: add texts for particular errors
refactor: ignore "no-param-reassign" rule
refactor: change location and logic for getters
feat: add texts for rendering
chore: change text content in layout
feat: add logic for rendering modals
feat: add possibility to display feeds and posts
feat: add error rendering
feat: add command for linting
chore: add title for HTML plugin
feat: add layout for input-form
style: change style for webpack.config
feat: add parser and fetch
add locale for errors output
build: install and config i18next
Installation of i18next lets keep all texts in one place together and change them easily
feat: add validation schema
Add validation schema. Now, it's possible to check if feeds added to the list are new and valid or they are already were added earlier. There is no need in repeatition
feat: install and config bootstrap