To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/daria-z/frontend-project-44.git cd frontend-project-44 -
Install dependencies:
make install
-
make installinstalls all project dependencies using npm. -
make lintruns the linter to check the code for style issues and potential errors.make publishsimulate the process of publishing a package to the npm registry without actually performing the publication.
Commands to Run Games
-
make brain-evenneed to determine whether the number is even or not. -
make brain-progressionneed to identify the missing number in the progression.
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