Skip to content

Let's create a cool calculator with HTML and CSS. This project is aimed to help beginners, who just started their frontend developer journey. Please leave feedback in the comments, so I can improve my content to help you guys out more.

Notifications You must be signed in to change notification settings

RUMI20/Calculator-Using-HTML-CSS---Neumorphism-Design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-Using-HTML-CSS---Neumorphism-Design

The best way to learn Frontend is to build projects. If you want to become a good web developer, you need to start creating projects as soon as possible. You can start by building beginner-level projects like a simple calculator, digital clock, or stopwatch.

You can make a simple calculator using just core web technologies: HTML, CSS. This calculator can perform basic mathematical operations like addition, subtraction, multiplication, and division.

Features of the Calculator

In this project, you are going to develop a calculator that will have the following features:

  • It will perform basic arithmetic operations like addition, subtraction, division, and multiplication.
  • It will perform decimal operations.
  • The calculator will display Infinity if you try to divide any number by zero.
  • It will not display any result in case of invalid expression. For example, 5++9 will not display anything.
  • Clear screen feature to clear the display screen anytime you want.

preview img

About

Let's create a cool calculator with HTML and CSS. This project is aimed to help beginners, who just started their frontend developer journey. Please leave feedback in the comments, so I can improve my content to help you guys out more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.7%
  • HTML 40.3%