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
- Host: GitHub
- URL: https://github.com/ivanzemsky/projectmanagement
- Owner: IvanZemsky
- Created: 2024-10-02T15:01:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-27T19:30:45.000Z (over 1 year ago)
- Last Synced: 2025-08-19T11:08:41.560Z (10 months ago)
- Topics: fsd, mobx, mui, react
- Language: TypeScript
- Homepage: https://ivanzemsky.github.io/ProjectManagement/
- Size: 2.19 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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