Front-end application for personnel and CV management. Sample code for React interns.
https://cv-innowise.vercel.app
- make sure Chrome AI is working Setup Instructions
- chrome://flags/#optimization-guide-on-device-model set to
Enabled BypassPerfRequirement
- chrome://flags/#writer-api-for-gemini-nano set to
Enabled
- chrome://flags/#rewriter-api-for-gemini-nano set to
Enabled
- chrome://flags/#language-detection-api set to
Enabled
- chrome://flags/#translation-api set to
Enabled
- install language packs en-de (de-en), en-ru (ru-en) chrome://on-device-translation-internals
- install packages
npm ci
- create
.env
file in the root of the repository with the following variables
GRAPHQL_API_URL="https://cv-project-js.inno.ws/api/graphql"
SENTRY_DNS_URL=""
- serve the app
npm start
The following IDE extensions are recommended for use.
-
Code Spell Checker is a great help to avoid typos when naming variables and functions.
-
To analyze the code and find problems according to the given rules, described in .eslintrc.js file a ESLint is used.
-
Prettier is used to ensure that the overall style of the code is followed throughout the project.