Skip to content

CrlsMrls/labs

Repository files navigation

Personal labs

This repo groups some of my personal labs.

Why do I share these small projects? my goals are:

  • learn something new by doing
  • get first hand experience with some tools / techniques
  • small and concrete objectives, do not spend more than a few days
  • not for production (do not expect many unit tests)
  • some are just for fun
  • self-contained

Sort analysis

Implementation of the most popular sort algorithms in TypeScript. The website compares those algorithms and visualizes the intermediate steps. The animations can be paused, move forward or backwards, change speed animation, etc. These animations are implemented using a state management store with Redux.

Smart webcam

Automatically detect common daily objects in the webcam using Machine Learning with Tensorflow.js.

Sudoku resolver

This little web application resolves Sudoku problems. Just insert the values and click on 'Resolve' button.

Snake Game

This is an implementation of the Snake game in Vanilla HTML5/CSS and TypeScript.

About

This repo groups some of my personal labs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published