A sorting visualiser, it uses the swap operations which are common in all sorts to create animations.
#javascript
#es6
#algorithm
#visualization
A system designed to assess and report mental health statuses of students to institute impaneled professionals. Uses professionally approved psychological tests with 70% detection rates for common mental ailments.
#node.js
#express
#mongodb
#passport.js
A Springified version of Colt Steele's famous Yelpcamp project from The Web Developer Bootcamp.
#spring
#yelpcamp
A Food Delivery Service API which mimics functionality of popular food delivery services like Zomato, Swiggy etc.
#spring-boot
#spring-data-jpa
#mysql
A classic spin to "Boids" the artificial life program, developed by Craig Reynolds in 1986, which simulates the flocking behaviour of birds.
#javascript
#algorithms
#data structures