The application is ultimate productivity hub: Projects, Tasks, Boards, Roadmaps, Chat, Goals, & beyond
- React.js;
- React Router 6;
- JavaScript,
- HTML5 and semantic tags;
- CSS3 and grid layout, flexbox, adaptive, @media, @font-face;
- Block Element Modifier methodology;
- ...
...
Clone the repository and navigate to the project folder through the command line
git clone https://github.com/international-team-management/team-platform.git
Go to the backend folder
cd backend
Install dependencies
poetry env use python3.9
poetry install
poetry shell
Go to the frontend folder
cd ...
Install npm dependencies
npm install