Skip to content

indraAK/calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple calculator app with three themes

calculator-app

This is a solution to the Calculator app challenge on Frontend Mentor.

Overview

  • See the size of the elements adjust based on their device's screen size
  • Perform mathmatical operations like addition, subtraction, multiplication, and division
  • Adjust the color theme based on their preference
  • Have their initial theme preference checked using prefers-color-scheme and have any additional changes saved in the browser

Screenshot

calculator-app

calc-light

calc-dark

Links

Built with

  • Semantic HTML5 markup
  • CSS (Flexbox, Grid, & more)
  • JavaScript

Author