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.
- React 18 (TypeScript)
- Material UI
- Mobx
- react-hook-form
- dnd kit
- Clone the repository:
git clone https://github.com/IvanZemsky/ProjectManagement.git [folder]
- Install packages:
npm install
- Run the project:
npm run dev