/calculator-app-fontend-mentor

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

Primary LanguageTypeScript

Frontend Mentor - Calculator app solution

Design preview for the Calculator app coding challenge

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

Links

Built with

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

Getting Started

Cloning the Repository

$ git clone https://github.com/kennyjsa/calculator-app-fontend-mentor.git
$ cd calculator-app-fontend-mentor

Start:

# Installing dependencies
$ yarn

# Running
$ yarn start