Portfolio
-
LifeTime Tracker
Simple VueJs powered webpage to track down how many weeks have been passed in your estimated 90 years of lifetime
-
Coding Competition
A website made in Django for solving algorithmic problems. User can login, create account and submit their code solutions to the site. And the code can be tested on multiple test cases and candidate can be scored accordingly.
-
Wordle Solver
WIP
Work In Progress. Python script to solve worlde problems
-
Pastebin
Website to paste and share text and code snippets for free. Made using django, python, sqlite.
-
Game of Life
Game of Life, which is a zero player game, is defined by some simple rules and can create some astonishing patterns! I gave try to create the simulation of the game.
-
CoronaStat
Discontinued
Note APIs might get down anytime, so app may not work in such cases. A flutter android app/webapp for showcasing current number of corona virus cases all over the world. You also can see data of individual country and graphical representation of data.
-
Custom Url Shortner Using Django
A custom URL shortner to short your big urls and give them meaningful context in URL. Made with Django and PostgreSQL as backend and Bootstrap.Visit the website to learn more.
-
Diabetes predictor
The third year first semester project for big data analysis subject. A site to predict the diabetes of the patients, given the appropriate inputs. It uses Random Forest under the hood for prediction
-
Virtual bank
Second year CS project. The Puna Bank! A virtual online bank without any infrastructure made in Python Flask framework, html, css and backend with SQLalchemy with feature like login, signup and cash transfer.
-
Todo App
First time using bloc pattern in flutter framework. It is a Todo app and webapp made in flutter.
-
A Snake Game
A open source project. Initially I implemented Snake game in python using Pygame library and C++ using SDL. Now because of support from Open Source, it is available in other languages too.You can check out the source code on github.