Skip to content
generated from tatsmaki/t-webpack

Front-end application for personnel and CV management. Sample code for React interns.

License

Notifications You must be signed in to change notification settings

cv-innowise/cv-web

Repository files navigation

Curriculum Vitae

Front-end application for personnel and CV management. Sample code for React interns.

Application is available here

https://cv-innowise.vercel.app

Enable Chrome AI features

  • 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

Setup

  • 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

Recommendations

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.

About

Front-end application for personnel and CV management. Sample code for React interns.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published