Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend Challenge #32

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Frontend Challenge #32

wants to merge 44 commits into from

Conversation

186412
Copy link

@186412 186412 commented Feb 22, 2023

What does this PR do?

Completes the Unbabel frontend challenge.

How to run?

To run the application, execute the following commands:

  1. npm install to install the project dependencies.
  2. npm run dev, to start the development server.
  3. Access http://localhost:5173 and be happy 😄 (or not...)

How o test?

Unit tests

Run npm run test:unit to execute the unit tests. You can also run npm run test:coverage to execute the unit tests and generate a code coverage report.

In the README file you can see the output of the code coverage command.

E2E tests

Run npm run test:e2e to open cypress GUI. There, you can choose to execute all tests or a subset of tests. You can also run the e2e tests in headless mode, by running npm run test:e2e:head.

Sneak Peek

Empty state view

image

Listing View

image

Accessibility Options

No options activated

image

Elder mode activated

image

Color blindness activated

image

404 Not Found View

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant