Here are some of my side projects I want to share !

Scroll down to discover !

MusiqueJs

MusiqueJs is a graduation project created with two friends. The goal of this project is to create a library to allow a user to create melodies and beats on a web client. This project was about simplify the use of the Web Audio API and to create a simple and intuitive interface for the user.

Npm Doc Landing

Angular Store

I've spent a lot of time, exploring and discovering a bunch of cool front-end JS frameworks ! But in the end, the one that I really enjoyed the most was definitely Angular (maybe because I code with Angular for 3 years during my internship). I also discovered, reactive programming ; and this project was a way for me to demonstrate my skills in reactive programming and angular so to speak... It's a little e-commerce web app, with stripe integration.

Code Angular store

Code Metrics Insight

After making a NPM library, I wanted to try to make a plugin or extension for another system. This project is a first draft to make a Visual Studio Code extension to analyze the code of your project. This project is just a beginning and is just for me, a step into the world of plugins and extensions. I discovered the concept of AST (Abstract Syntax Tree), and so many other things.