First, run the development server:
npm run dev
# or
yarn dev
- React / Vite
- Typescript
- Styled-components for styles
- Vitest(Jest syntax) for unit test
- React test library for components testing
- CI(Continuos Integrations) with node.js.yml
Reducers: src/utils/appReducer.ts
Static columns according with the company process
- You can create a new task inside a column
- You can update the task
- You can delete the task
- You can move the task to a new column