You must have nodejs
(https://nodejs.org/fr/download/) installed on your machine. You will also need one of the following package manager: pnpm
.
Installing dependencies
pnpm install
The project was created using Vite.
- Start the project:
pnpm dev
- Build the project:
pnpm build
- Preview the project:
pnpm preview
- For the design, i'm using daisyUI, a Tailwind CSS component library and try to design more reusable components (modal, button, input field, etc.).
- I will create a
Context
to manage the workflows accross the application. - I will create some mandatory components, like a form to update or create a
Step
, aStep
component, aSteps
component to merge all the steps together, etc. -- using the Atomic Design methodology. - I will complete the actions : add, update, remove of the
workflowReducer
function.
Thank you! ☀️