Simple Shopping Cart
A simple shopping cart where users can select the number of items that they want to buy and they proceed to the checkout. There is a cart which gives a clear view of the products that are selected along with their quantity. The cart also takes in the user data and checks if the input data is valid or not. Once the validation is done, the data is sent to a SQL Database and the user is redirected to confirmation page.
Technologies used: VS Code , HTML5 , CSS3 , Sass , JS , PHP, SQL
Demo
Waris Virse De
First Freelance Project website made for a dance academy situated in Brampton. User can visit the website to get information about the academy and their participations in dance competitions or folk festival in past. User can also access their videos and google map location via the embedded Youtube videos and Google Map.
Technologies used: VS Code , HTML5 , CSS3 , JS , PHP, SQL
Visit
Springboot Application
Java Web App made to store student grades, calculate weight average of each student, overall class average, grade for each student,etc. The application has security implemented to it, thus no one can access the resources without logging-in. Application also uses an in-memory database to update the student details. Salted Password Scheme is used to encrypt the user passwords using BCrypt Password Encoder.
Technologies used: Eclipse IDE , Java, Springboot, Spring Security, Thymeleaf, Lombok, JDBC H2 Database
Demo
One Color UI
A website UI made with the motive of using only one color, i.e., red apart from black and white to make the UI attractive and inviting. The idea of one color UI originated from this tutorial.
Technologies used: VS Code , HTML5 , CSS3 , Sass , JS , PHP
Demo
Employee Pay Calculator
This was originally a Java project that takes user input about the number of hours an employee has worked for, the hourly wage that the employee is being paid and the tax deduction(in %age). The program automatically calculates the overtime pay with 1.5x the wage and additional 5% tax deducation.
Technologies used: VS Code , Netbeans 8.2(For Java Version) , HTML5 , CSS3 , Sass , JS
Demo