Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (26 loc) · 723 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 723 Bytes

TESTS

Tracking Applicant System

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Techs

  • 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

App

Reducers: src/utils/appReducer.ts

Columns

Static columns according with the company process

Task

  • 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

https://alexisxz.github.io/my-site/