Skip to content

minhlong149/calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

This is my solution to the Calculator Project on The Odin Project via Calculator app challenge on Frontend Mentor.

Table of contents

Overview

The goals

  • Perform mathmatical operations like addition, subtraction, multiplication, and division
  • Adjust the color theme based on user preference
  • Users can get floating point numbers

Screenshot

screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS Flexbox, Grid & Custom properties
  • Vanila JavaScripts

What I learned

  • Create a clickable button, with box shadow that disappear when clicked.
.key {
  box-shadow: 0 0.15rem #000;
}

.key:active {
  box-shadow: none;
  transform: translateY(0.15rem);
}

Continued development

  • Add keyboard support

Useful resources

Author

About

Calculator app that supported basic algorithmic calculations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published