Common functionlities of an e-commerce website created by applying object oriented principles of Java. https://github.com/adithkrishnan98/ECommerceJava
Adith Krishnan R
updated on 09 Sep 2021
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Adith Krishnan R (8)
Project 1
Ans. Table: Coupon coupon_id (primary key) coupon_code discount_rule (e.g., percentage or fixed amount) discount_percentage (e.g., 10% off) start_date end_date Table: OrderShipment shipment_id (primary key) order_id (foreign key to Order table) shipment_date shipment_status shipment_location carrier Table: Invoice invoice_id…
26 Feb 2023 02:21 PM IST
Hackathon 2k21
Won first place in a Hackathon conducted by Skill-Lync. The challenge was to build a user-profile / portfolio website using front-end technologies HTML5, CSS3, Javascript, Bootstrap, jQuery. Additionally I used animate.css library for some smooth css animations. Live Project : https://adithkrishnan98.github.io/Hackathon2021/Hackathon/…
11 Nov 2021 11:36 AM IST
Task Manager Application
A fully responsive CRUD application built using React JS, Redux and Redux-Toolkit for state management, Framer Motion for animations, Axios for making fetch and post requests to a fake server. Project hosted on Heroku. Features : Viewing all tasks. Adding new tasks. Viewing pending and completed tasks separately. Searching…
30 Oct 2021 03:09 AM IST
Swag Of India E-commerce website - Front End
Click below to check out the website I've created as part of Front-End Dev Project https://swagofindia.netlify.app
26 Sep 2021 05:40 PM IST
DSA Project 2
1. SUBARRAY WITH GIVEN SUM Given an unsorted array A of size N of non-negative integers, find a continuous sub-array which adds to a given number S. Implement a method subArraySum(a[], s), where A is array of size n and s is the sum. And return the starting and ending positions (0 indexing) of FIRST such occurring subarray…
23 Sep 2021 05:47 PM IST
E-Commerce Java project
Common functionlities of an e-commerce website created by applying object oriented principles of Java. https://github.com/adithkrishnan98/ECommerceJava
09 Sep 2021 02:47 AM IST
DSA Project 1
1. EQUILIBRIUM POINTGiven an array A of N positive numbers. The task is to find the position where equilibrium first occurs in the array. Equilibrium position in an array is a position such that the sum of elements before it is equal to the sum of elements after it. Complete the function whose argument is the array A and…
26 Aug 2021 03:33 AM IST
Java Project - Scientific Calculator
https://drive.google.com/drive/folders/10yes9KucsUcHRU5TFaqosvuHsN1RQcDQ?usp=sharing Hello sir/ma'am, I have attached my final project above in google drive link and also attached a pdf directly here on the OOps report.
13 Aug 2021 03:08 AM IST