I prefer create each project with Vite due to support of HMR, and TypeScript support. I also prefer Bun as the runtime because of its good performance.
This repository contains a collection of projects that I have built to fulfill the requirements for the JavaScript Algorithms and Data Structures certification from ...