HomeProjects

Projects

Tic-Tac-Toe

Following the Tic-Tac-Toe tutorial from https://react.dev/learn/tutorial-tic-tac-toe

See project

Digit Classification

Attempting to classify hand-drawn digits by using a Neural Network trained on the MNIST hand-drawn digits dataset. Digits can be from 0 to 9, however, the model will always predict one of these values. This is the reason that even the empty canvas predicts to a digit.

See project

Weather

Fetching current weather data from https://openweathermap.org/ and displaying it.

See project

MongoDB Example

A simple example of using MongoDB Atlas.

See project

React Three Fiber Demo

A short demo of React Three Fiber.

See project

Wordle

Making a simple clone of Wordle.

See project