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.
- 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.
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! 🍀
npm i
install the dependenciesnpm start
run the development servernpm test
run tests (will be in watch mode in development)npm run lint
run eslint
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.
add project info and notes here