An open API service indexing awesome lists of open source software.

https://github.com/marijazlatkova/pabau-internship-challenge


https://github.com/marijazlatkova/pabau-internship-challenge

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pabau Internship Challenge Solution

This project demonstrates a TypeScript implementation for navigating through a matrix to find a specific path and collect letters along the way.

## Installation

1. Clone the repository:

```sh
git clone https://github.com/marijazlatkova/pabau-internship-challenge.git
```

2. Navigate into the project directory:

```sh
cd pabau-internship-challenge
```

3. Install dependencies:
```sh
npm install
```

## Usage

After installing dependencies, start the development server:

```sh
npm run dev
```