You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first Full-stack project made using Nodejs, MongoDB, Express.js and Handlebars. I am currently pausing this project here as I am not able to understand the working of the code and once the confusion has been cleared I will resume it.
This is the CrossRoadsCTF, Host at Global Public School during CrossRoads. This was made on the framework of divyanshusahu/miniCTF @Skryptonyte made alot of the Background and Crypto based challenges. Hope you enjoy
This is a rudimentary implementation of the ever-useful numeric calculator using the crossroads between HTML and JavaScript. Here, the user is able to enter two integers (this can be increased by modifying the files in the repository) and uses the most basic mathematical operations (i.e. addition, subtraction, multiplication and division) to cre…