Skip to content

QuantGeekDev/yum-burger-front

Repository files navigation

Nyam Burger - Front-End

Nyam Burger is a front-end application that serves as a CRUD (Create, Read, Update, Delete) interface for managing hamburgers. The application features a Burger List with burger cards, a detailed page for each burger, and functionalities to edit, delete, and add new burgers.

Quality and Coverage

  • Quality Gate Status: Quality Gate Status

  • Coverage: Coverage

  • Maintainability Rating: Maintainability Rating

Getting Started

To get started with Nyam Burger, follow these steps:

  1. Clone the repository:

    git clone [repository-url]
  2. Navigate to the project directory:

    cd nyam-burger-front-end
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev

This will start the development server, and you can access the application. Make sure to provide VITE_API_URL environment variables for the backend.

Available Scripts

  • dev: Run the Vite development server.
  • build: Build the project using TypeScript and Vite.
  • lint: Run ESLint to check for code style and potential issues.
  • preview: Run Vite in preview mode.
  • test: Run tests using Vitest.
  • test:dev: Run tests in watch mode.
  • test:coverage: Run tests with coverage reporting.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages