t-minini / calculator-app

Calculator App - Frontend Mentor Challenge. The challenge is to build out a calculator app and get it looking as close to the design as possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

The calculator app is a web-based calculator designed with a modern and aesthetic interface. It provides standard arithmetic operations, including addition, subtraction, multiplication, and division. The calculator features a dynamic theme switcher, allowing users to choose from three visually distinct themes. The user interface is responsive and adapts seamlessly to different screen sizes.

Table of contents

Overview

The challenge

Users should be able to:

  • See the size of the elements adjust based on their device's screen size.
  • Perform mathematical operations like addition, subtraction, multiplication, and division.
  • Adjust the color theme based on their preference.

Screenshots

Theme 1 - Desktop

Theme 1 - Desktop

Theme 1 - Mobile

Theme 1 - Mobile

Theme 2 - Desktop

Theme 2 - Desktop

Theme 2 - Mobile

Theme 2 - Mobile

Theme 3 - Desktop

Theme 3 - Desktop

Theme 3 - Mobile

Theme 3 - Mobile

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS Modules
  • CSS variables
  • CSS Flexbox and Grid
  • CSS Transitions
  • Mobile-first workflow
  • Responsive Design
  • React - JS library
  • React Hooks (useState, useEffect)
  • React Props
  • Math.js - Math library

Author

About

Calculator App - Frontend Mentor Challenge. The challenge is to build out a calculator app and get it looking as close to the design as possible.


Languages

Language:CSS 58.6%Language:JavaScript 35.6%Language:HTML 5.8%