Skip to content

IvanZemsky/ProjectManagement

Repository files navigation

Progect management system - web-app for project management

Demo: https://ivanzemsky.github.io/ProjectManagement/

The main goal of this project was to create a simple client web application using the feature-sliced-design architecture. The project was originally written in FSD v2.0 and later migrated to FSD v2.1, so now it implements the "pages-first" approach.

The application is single-user and does not have a database, all data is stored in the browser's local storage.

Screenshot of page "Project"

Technology stack:

  • React 18 (TypeScript)
  • Material UI
  • Mobx
  • react-hook-form
  • dnd kit

Installation (npm)

  1. Clone the repository: git clone https://github.com/IvanZemsky/ProjectManagement.git [folder]
  2. Install packages: npm install
  3. Run the project: npm run dev

Releases

No releases published

Packages

No packages published

Languages