-
Movie Fight
An application which compares stats of two movies or series using OMDB API. Used debounce
design pattern and promises
in javascript.
-
Maze Generator
A classic rat and maze puzzle game. A random maze is generated every time. Used Canvas API for generating the maze walls and Matter.js to simulate gravitation for the ball.
-
Color Game
User has to guess the color based on the given RGB values. Built using DOM Manipulation and Event Handling techniques
-
Beats
Beats (Patatap clone) is a portable animation and sound kit with press of a key generates images and sounds on the UI. (This is a fun project created to explore Howler.js and Paper.js)
-
Node Manager
A package manger and also dynamic code deployment engine for code in production. This understands the complete node file system and tracks the file modifications with the help of Chokidar. Also has caporal integration for handy command line tools. This helps in reducing the deployment downtime of any application.
-
E Buy
An E-commerce clothing website built without using any JS frameworks.
-
Yelpcamp
Clone of Yelp website
-
Blog It
A blogging website similar to Medium or Dev.to which follows RESTful conventions.
-
Authenticity Meter
A Password assistant engine which assists the user in setting up a robust password. This algorithm accepts user password, encrypts it into SHA1 and compares with historical persistent storage of haveibeenpawned
API.
-
Twitter Bot
Based on given keywords bot would automatically retweets and automatically follows the followers.
-
Snakes and Ladders
Command line based classic snakes and ladders board Game.
-
Linkedin Clone
Linkedin clone built using Firebase , Redux, CSS and React
-
Gmail Clone
Gmail Clone built with Firebase, React, Redux and hooks
-
Yahtzee
-
Hangman
Hangman is a guessing game played between 2 players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses.
-
Lights Out
Lights Out is a logic/puzzle game, played on a gird of individual lights, which can either be lit or unlit. The puzzle is won when all of the lights are turned off. You can click on a cell to toggle that light — but it also toggles the light above it, to the left of it, to the right of it, and below it.
-
Pokedex
A fun project that compares skills on two teams of pokemon.
-
Todo App
Todo App
-
Notebook
This is the place where all my notes reside.