Skip to content

apolaina/workflows-robot

Repository files navigation

WORKFLOWS-ROBOT

How to install

Prerequisites

You must have nodejs (https://nodejs.org/fr/download/) installed on your machine. You will also need one of the following package manager: pnpm.

Installation

Installing dependencies

pnpm install

Run

The project was created using Vite.

  1. Start the project:
pnpm dev
  1. Build the project:
pnpm build
  1. Preview the project:
pnpm preview

Software Evolution and Maintenance

  • 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, a Step component, a Steps 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! ☀️

About

A workflows manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published