Skip to content

arenko-group/fe-exercise

Repository files navigation

Arenko FE exercise

This exercise scaffold uses Vite for build and Vitest with React Testing Library and User event for tests. The scaffold includes a Github Actions workflow to run build, lint and test jobs.

Candidate instructions

1. Initialise git repository

  • Create a private repo for the project in Github. Do not create a public repo for the exercise or share any of the exercise. Doing so will disqualify you from the selection process. Use this link to generate your repo with the starter files.
  • Clone the repo to your local machine.

2. Local development

Run the npm i and then commit and push your initial commit. The exercise includes CI workflow - check in your Github project that the workflow runs successfully.

You can then start the exercise, good luck! 🍀

Commands

  • npm i install the dependencies
  • npm start run the development server
  • npm test run tests (will be in watch mode in development)
  • npm run lint run eslint

3. Submitting the exercise

We will evaluate the exercise by checking it out locally and running in develop mode. Please do not deploy it anywhere.

  • Ensure you have met the criteria
  • Check the application runs locally with npm start
  • Check that the Actions workflows are passing
  • Add the reviewer's email / Github name as collaborators on your repo.
  • Contact the recruiter to let them know you have completed the exercise.

Candidate README

add project info and notes here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published