An open API service indexing awesome lists of open source software.

https://github.com/ivanzemsky/projectmanagement

Web app for project management
https://github.com/ivanzemsky/projectmanagement

fsd mobx mui react

Last synced: 4 months ago
JSON representation

Web app for project management

Awesome Lists containing this project

README

          

### 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```