Skip to content

calculator app I built for my second front end mentor challenge.

Notifications You must be signed in to change notification settings

robert/calculator-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Calculator app solution

This is a solution to the Calculator app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

Users should be able to:

  • 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
  • Bonus: Have their initial theme preference checked using prefers-color-scheme and have any additional changes saved in the browser

Screenshot

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

I learend alot about working with flex box, using classes in java script, changing css variables using javascript, and using switch statements. I used flexbox because I wanted more practice using it and plan to rebuild this app using css grid once in the future.

Continued development

Im currently taking a class on css grid and plan to rebuild this app using grid once i finish. I realy liked using classes in javascript and plan on learing alot more about using them.

Author

About

calculator app I built for my second front end mentor challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.6%
  • CSS 26.3%
  • HTML 26.1%