→ كل المشاريع

react-pert

بواسطة @ucfx

نشِط 24

This package provides tools to calculate and visualize a PERT (Program Evaluation and Review Technique) diagram.

عن هذا المشروع

react-pert :star2: Overview This package provides tools to calculate and visualize a PERT (Program Evaluation and Review Technique) diagram. It includes the following components and utilities: Pert: A component to render the PERT diagram. usePert: A custom hook to retrieve PERT results. Chart Interaction: Allows interaction with the diagram, enabling the selection of tasks and displaying only the path related to the selected task. :rocket: Progress :whitecheckmark: PERT Calculator: Fully functional. :whitecheckmark: PERT Diagram: Fully functional. :computer: Demo Check out the live demo here. :clipboard: Installation Install the package via npm: :book: Usage Using Pert Component Using usePert Hook You need to wrap your application with PertProvider to use the usePert hook. Here is an example of how you can use it: Note: You should put the Pert component and usePert hook in the same PertProvider to ensure that the PERT data is available to both. :bulb: Examples ### setSelectedTask You can use the setSelectedTask function to select a task in the PERT diagram. This function is available when you import setSelectedTask from react-pert. ### onSelect

من ملف README الخاص بالمشروع على GitHub

النجوم
24
التفريعات
1
الرخصة
MIT
آخر تحديث
16/03/2026

أضف هذه الشارة إلى ملف README

أظهر أن مشروعك مُدرج على «صُنع في الجزائر».

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/react-pert.svg)](https://www.madeinalgeria.dev/projects/react-pert)

مشاريع ذات صلة