Skip to content

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

Notifications You must be signed in to change notification settings

curriculum-vitae-team/cv-web

Repository files navigation

Curriculum Vitae

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

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published