Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 748 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 748 Bytes

Kanban

Projeto desenvolvido com as seguintes tecnologias:

  • React (Interface)
  • TypeScript (Tipagem de dados)
  • Jest (Teste unitário)
  • Fetch (Integração com Api)
  • Marked + DomPurify (Para renderização de markdown)

Video Demo

kanban.mp4

Executar projeto

Backend

cd BACK
npm install
npm run server

URL: http://localhost:5000

Frontend

cd FRONT
npm install
npm run start

URL: http://localhost:3000

Test Unitário

cd FRONT
npm run test

Screenshot from 2022-11-11 12-36-25