Activity

sakshisuman25

Devlog – Tip Calculator

Today I worked on building a Tip Calculator using HTML, CSS, and JavaScript. First, I created the basic structure of the page with HTML and added input fields for the bill amount, tip percentage, and number of people. Then I used CSS to style the page and place everything inside a clean box layout.

After that, I wrote the JavaScript code to calculate the tip and total amount. I also fixed some errors in the code and tested the calculator to make sure it works correctly. During this process, I practiced DOM manipulation and basic JavaScript calculations. I also used AI tools to help solve some coding errors and understand the logic better.

Attachment
2

Comments

sakshisuman25
sakshisuman25 3 days ago

I work very hard to make this project intarctive with perferct UI selection

Skittish
Skittish 1 day ago

I remember doing something similar to this for my AP C.S.P. class, except it was for loan payments instead of tips. Looks good bro! If I was to give any suggestions it would be for you to have more fun with the design, but that’s a personal preference of mine, so take it with a grain of salt

sakshisuman25

Shipped this project!

Built a Quiz App with HTML, CSS & JavaScript — 10 questions, answer feedback, score tracking, and restart option.

sakshisuman25

Overview

A simple interactive quiz app built with HTML, CSS, and JavaScript. Users answer multiple-choice questions and get instant feedback.

Features

10 questions, each with 4 options

Correct answers → green, Wrong answers → red

Score calculation at the end

“Next” button for navigation

Option to restart quiz

Implementation

HTML/CSS: Layout and styling

JavaScript: Dynamic question display, answer validation, and score tracking

Challenges

Highlighting answers correctly

Managing question flow and score updates

Future Plans

Add timer for each question

Randomize questions and options

Store scores in local storage

1

Comments

priyankajoshi25

very nice work