Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.36 KB

README.md

File metadata and controls

70 lines (48 loc) · 2.36 KB

Frontend Mentor - Calculator app solution

This is a solution to the Calculator app challenge on Frontend Mentor coded by Mehmet Mutlu.

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 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

Project Image Project Image Project Image

Links

My process

Built with

  • React - JS library
  • SCSS - For styles
  • TypeScript - Type Safety JS
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

I have made practices about TypeScript, SCSS and ContextAPI.

Continued development

I would like to learn Next.js and try to code new project with it.

Useful resources

  • ReactJS Documents - This documents helped me to create Contexts.
  • SCSS Documents - This is an amazing article which helped me SCSS. I'd recommend it to anyone still learning this concept.

Author