Skip to content

nikitaprokopov/evaa-test-task

Repository files navigation

EVAA profit calculator

Prerequisites

Before running the frontend, ensure you have the following installed:

  • Node.js
  • NPM

Recommended VS Code Settings

{
  // Files
  "files.trimTrailingWhitespace": true,
  "files.autoSave": "onFocusChange",
  "files.insertFinalNewline": true,
  "files.trimFinalNewlines": true,

  // Tailwind
  "tailwindCSS.classAttributes": ["className", ".*CLASSES"],

  "files.associations": {
    "*.css": "tailwindcss"
  },

  "editor.quickSuggestions": {
    "strings": "on"
  },

  // Editor
  "editor.codeActionsOnSave": { "source.fixAll": "explicit" },
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true,
  "editor.tabSize": 2
}

Recommended VS Code Extensions

Getting Started

To run the frontend, follow these steps:

  1. Clone this repository.
  2. Install dependencies by running npm i.
  3. Create .env file using .env.example as a template.
  4. Run the app by executing npm run dev.

The app should now be running at http://localhost:5173/.

Scripts

  • test:playwright - run playwright tests.
  • dev - run the development server.
  • lint - lint code with ESLint.
  • build - build project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published