This monorepo contains a collection of personal projects built with different technologies, including React, Canvas, and plain HTML/CSS. Each project is organized in its own directory and can be run independently.
Project Name | Description | Tech Stack |
---|---|---|
react-laslesvpn |
A demo landing page and login/register interface for a VPN service | React, Tailwind CSS, Vite |
canvas-memory-game |
A memory card matching game built using HTML5 Canvas and TypeScript | Canvas, TypeScript |
fullstack-task-manager |
A fullstack task management web app | React, Node.js, Express, MongoDB |
static-laslesvpn |
A simple landing page built with HTML and CSS only | HTML, CSS |
phaser-memory-match |
A modern memory matching card game with beautiful animations | Phaser 3, JavaScript |
Clone the repo and install dependencies (if using a package manager like pnpm
, yarn
, or npm
):
Navigate into the project you want to run:
cd react-laslesvpn
pnpm install
pnpm run dev