Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 985 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 985 Bytes

Todo Items Frontend App

This part of the repository contains the frontend code for Clearpoint Full Stack Developer assessment test

Stack used

  1. React Hooks with Typescript
  2. Axios
  3. React Testing Library and Cypress (with Cypress Testing Library addon)

How to run the app

npm start

Runs the app in the development mode Open http://localhost:3000 to view it in the browser

ℹ️ If you want to run the app along with API via Docker see the Readme instructions for the repository

npm test

Runs following unit tests using React Testing Library and Jest

image

npm run cypress:headless

Runs following Cypress E2E tests in headless mode. If you want to spin up the GUI instead run npm run cypress

image