Skip to content

daria-z/frontend-project-44

Repository files navigation

🌟 Frontend Project 44 🌟

🚦 Hexlet tests and linter status

Actions Status Maintainability

📦 Installation and Setup

To get started, follow these steps:

  1. Clone the repository:

    git clone https://github.com/daria-z/frontend-project-44.git
    cd frontend-project-44
  2. Install dependencies:

    make install

asciicast

🛠️ Makefile

  • make install installs all project dependencies using npm.

  • make lint runs the linter to check the code for style issues and potential errors.

    • make publish simulate the process of publishing a package to the npm registry without actually performing the publication.

Commands to Run Games

  • make brain-games greeting the user asciicast

  • make brain-even need to determine whether the number is even or not. asciicast

  • make brain-calc need to perform mathematical operations. asciicast

  • make brain-gcd need to calculate greatest common divisor. asciicast

  • make brain-progression need to identify the missing number in the progression. asciicast

  • make brain-prime need to answer whether a number is prime. asciicast

📂 Project Structure

frontend-project-44/
├── src/
│   ├── games-logic/    # Core game logic and mechanics
│   └── utils/          # Utilities and helper functions
├── bin/                # Executable scripts
├── Makefile            # Automation commands
└── README.md           # Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published