This is a challenge chosen from Frontend Mentor.
The challenge is completed by following the style-guide.md and the screenshots shared in the design folder.
Stack: Vanilla JS, CSS, HTML.
See this project live at https://calculator-app-eight-snowy.vercel.app
- Responsive design
- Mathematical operations like addition, subtraction, multiplication, and division
- Adjusting the color theme based on their preference
- Initial theme preference checked using
prefers-color-scheme
and any additional changes saved in the browser using localStorage