List, view details, edit and delete contacts.
Stack composition:
- React
- Typescript
- Redux
- Next.js
- Jest
- Cypress
- SASS
CI is currently setup to run unit tests and E2E tests on every push to the repository.
Install dependencies:
yarn install
Start the development server:
yarn dev
Run unit tests:
yarn test
Run E2E tests:
yarn e2e