Activities I like: Coding, Creating, Working, Learning
Programming Languages I know: C++, Python, Java, JavaScript
Technologies I am familiar with:
➔ Front-end: HTML, CSS, JavaScript, Bootstrap, p5.js, React
➔ Back-end: Python(Flask Microframework), node.js(Express.js), Java(Springboot)
➔ Databases: SQLite, MySQL, MongoDB
Note: Near the end of November 2022, Heroku shut down its free tier. Hence, some of the following links (which were deployed on Heroku) no longer work. I apologize for any inconvenience.
Animations of Different Maze Generating Algorithms Must Visit!
Solve the Maze here's a challenge - try to solve 25 x 25 maze
Maze Generator VanillaJS Yet another maze generation animation
Kinara Publications Website ALL STATIONARY FOR SCHOOLS AND OFFICES
Car Pooling Application Share your cAAr-journeys
La Fresco, The shopping center of IIT Indore Come buy me a Cadbury Dairy Milk
Khazana, The Xomato of IIT Indore Delicious and Yummy
Viva Question Bank Must practice these questions before the viva
InSyd Extension Do you want to view content of links without opening them?
Fancy Calculator What is 2*5/4+64^3
Python Graph Plotter Yet another graph plotter
● Designed a full-stack JavaScript CRUD application, where students can check out different food items from different restaurants in our campus and place a food order
● Functions: register, login/logout, order food items from a specific restaurant, update profile, see order history
● Utilized: HTML, CSS, JavaScript, Bootstrap, Node.js, EJS, sqlite3
● Developed a Flask Web Application that stores Viva questions for practising in future
● Inspired by students storing questions in Google Docs
● Functions: add experiment, add a question, view answer, edit answer
● Utilized: HTML, CSS, JavaScript, Bootstrap, Python, Flask, Google-Sheets, Git, Heroku
● Implemented Recursive-Backtracking Maze Generation Algorithm
● Functions: increase/decrease maze cell size, change number of rows and cols, view the animation of maze generation
● Technologies Utilized: HTML, CSS, Vanilla-JS, GitHub-pages
● Developed a chrome extension which can open links on a page in a small popup window on the same page
● Functions: views inside of a link on the same page when you hover over a small icon appearing next to that link
● Technologies Utilized: HTML, CSS, JavaScript, popper.js, tippy.js, chrome web requests
● Created a Hybrid Mobile Application to enable sending messages to an unsaved number in WhatsApp
● Functions: automatic formatting of number, feedback if the number is okay, paste a copied number
● Technologies Utilized: HTML, CSS, JavaScript, Ionic Framework
● Link to Github Repository here
● Created a Python Flask Application to visualize data.
● Functions: generates Line Graph, Bar Graph, Pie Chart, Histogram, Scatter Plot as choice selected
● Technologies Utilized: Python, Flask, Matplotlib, Heroku, Git