Skip to content

timursk/project-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 

Repository files navigation

Netlify Status GitHub closed pull requests

Table of contents

General info

Project management app (PMA) - front-end part of the kanban application. Includes boards, users, columns and tasks. Made on react + redux using typescript.

image

Technologies

  • React: 18.1.0
  • Redux: 8.0.1
  • MaterialUI: 5.6.4
  • Libraries: emotion, formik, yup, i18next, react-beautiful-dnd

Setup

To run this project, go to website, or install it locally via npm:

cd project-management-app/my-app
npm install
npm start