Skip to content

Simple Calculator Application, performs simple operations with good user interface and easy to use.

Notifications You must be signed in to change notification settings

michojekunle/Calculator-App

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

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Vanilla Javascript

What I learned

More Flexibility with Javascript Arrays and Array Methods, got more insight on the beauty of the Switch Statement Javascript
and learned a new method the javascript  eval() method
}

#Continued development

Useful resources

  • Go to Resource - This helped me for with the array methods and the eval function used in this project. I really liked this pattern and will use it going forward.

Author

Acknowledgments

Credits to Javascript Academy!! on youtube