/objectives.io-client

To Do App built with Vite, React and Typescript. Testing with Vitest, React Testing Library and Cypress. Component documentation with StoryBook.

Primary LanguageTypeScript

Objectives.io Client

Netlify Status

Objectives.io is a To Do App built with Vite, React and Typescript. Using for testing Vitest, React Testing Library and Cypress. And StoryBook for component documentation.

Start Application

npm run dev

or

yarn run dev

Build Application

npm run build

or

yarn run build

Lint Application

npm run lint

or

yarn run lint

Test Application

npm run test

npm run test:coverage

or

yarn run test

yarn run test:coverage