Build A ToDo List Application Using Angular, .Net 5.0 Web API And Microsoft SQL Server
This is a to-do list application where a user can make a list of to-do items.
The application is built using Angular, .Net 5.0 Web API And Microsoft SQL Server.
The code can be found
here.
Angular application that uses a public API
This is a angular application that uses a public API to display video games ratings.
The application is hosted and deployed using GitHub Pages. The app can be launched
here
. The code can be found
here.
Video Chat
This is a video chat app built using html, css and JavaScript.
The application is deployed using heroku. The app can be launched
here
. The code can be found
here.
Snake game
This is a classic snake game that I created using html, css and JavaScript.
The snake game was popoluar in mobile phones before there were smartphones.
Play the game here. The snake is
the green box and the food is red box. Use the up arrow to move up, the down
arrow to move down, the left arrow to move left and the right arrow to move right.
This is a browser application. The code can be found
here.
Monte-Carlo simulation
This project is a Monte-Carlo simulation of a 6 MeV photon beam irradiated
on a 50 cm X 50 cm X 41.5 cm water region (crude simulation of a water phantom)
containing a small air-filled region (crude simulation of an air-filled
radiation detector). The simulation calculate the dose deposited in the water
region and the air-filled region. The code of the simulation can be found
here.
A video showing me creating the project can be found
here.
Python algorithm
This project is a Python algorithm that solve polynomial equations of
degree less than or equal to two. The program returns the reduced
form of the equation, the degree of the solution, the sign of the discriminant
when there are two solutions and the solution(s). The code can be found
here.
A video showing me solving polynomial equations using the program can be found
here.