Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/BasicCalculator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,22 @@ const sampleProjects = [
hasReadme: true,
previewImage: 'assets/UnitConverter.png',
tags: ['HTML', 'CSS', 'JavaScript', 'Responsive']
},
{
id: 9,
title: 'Basic Calculator',
description: 'A modern and responsive calculator built with HTML, CSS, and JavaScript. Supports basic arithmetic operations with error handling and formatted results.',
repoUrl: 'https://github.com/sowmyakurapati26/BasicCalculator',
demoUrl: 'https://sowmyakurapati26.github.io/BasicCalculator/',
difficulty: 'beginner',
upvotes: 17,
hasDemo: true,
hasReadme: true,
previewImage: 'assets/BasicCalculator.png',
tags: ['HTML', 'CSS', 'JavaScript', 'Responsive']
}


];


Expand Down