https://github.com/marijazlatkova/pabau-internship-challenge
https://github.com/marijazlatkova/pabau-internship-challenge
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marijazlatkova/pabau-internship-challenge
- Owner: marijazlatkova
- Created: 2024-07-11T12:42:03.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T16:44:23.000Z (11 months ago)
- Last Synced: 2025-02-08T19:16:50.972Z (4 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```