Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 910 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 910 Bytes

project-management-app

Стек

React 18 + Typescript(!!!)

Redux (RTK) https://redux-toolkit.js.org/introduction/getting-started

UI библиотеки: MUI (Material UI) https://mui.com/material-ui/getting-started/installation/

styled-components https://styled-components.com/

Material Icons https://mui.com/material-ui/material-icons/

React Testing Library https://testing-library.com/docs/react-testing-library/intro/

Локализация: i18next https://www.i18next.com/overview/getting-started

drag-n-drop: react-dnd https://react-dnd.github.io/react-dnd/about

GITFLOW

FEATURE develop -> feature/...(task name) -> pull request(review) -> develop

BUGFIX develop -> bugfix/...(bug name) -> pull request(review) -> develop

image