This is a solution to the Calculator app. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
It's a 3-themed calculator app using React, Context, and useReducer.
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
- React.js with context and useReducer
- SCSS and CSS modules
I learned about useReducer and how to structure for multiple color themes.
Going forward, I'll investigate more ways of structuring multiple-themed apps from a styling perspective.