Project management app (PMA) - front-end part of the kanban application. Includes boards, users, columns and tasks. Made on react + redux using typescript.
- React: 18.1.0
- Redux: 8.0.1
- MaterialUI: 5.6.4
- Libraries: emotion, formik, yup, i18next, react-beautiful-dnd
To run this project, go to website, or install it locally via npm:
cd project-management-app/my-app
npm install
npm start