Abdymambetov / SanaripDolborTask

Test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + Vite + Jest

Install packages by "npm i";

Run app with "npm run dev";

Test code with "npm test" or "npm run test";

OpenWeatherMap API requires an API_KEY, so you may need to add it to src/common/constants.ts and wait for up to 2 hours to activate

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

Test task


Languages

Language:TypeScript 69.8%Language:JavaScript 21.2%Language:CSS 6.5%Language:HTML 2.5%