Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monicatvera/calculator
Calculator app
https://github.com/monicatvera/calculator
calculator calculator-application calculator-react challenge component frontend frontend-mentor mentor react react-hooks react-router reactjs styled styled-components vite vitejs vitejs-react
Last synced: about 12 hours ago
JSON representation
Calculator app
- Host: GitHub
- URL: https://github.com/monicatvera/calculator
- Owner: monicatvera
- Created: 2022-11-01T21:34:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T08:53:07.000Z (about 2 years ago)
- Last Synced: 2023-06-03T11:37:35.205Z (over 1 year ago)
- Topics: calculator, calculator-application, calculator-react, challenge, component, frontend, frontend-mentor, mentor, react, react-hooks, react-router, reactjs, styled, styled-components, vite, vitejs, vitejs-react
- Language: JavaScript
- Homepage: https://monicatvera.github.io/calculator/
- Size: 434 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Calculator app
This is a solution to the [Calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/calculator-app-9lteq5N29). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
# Table of contents
- [Frontend Mentor - Calculator appt page solution](#frontend-mentor---calculator-app)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)## 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
- Bonus: Have their initial theme preference checked using prefers-color-scheme and have any additional changes saved in the browser### Screenshot
![](./design/desktop-preview.jpg)
### Links
- Live Site URL: [Add live site URL here](https://monicatvera.github.io/calculator/)
## My process
### Built with
- [React](https://reactjs.org/) - JS library
- [Vite](https://vitejs.dev/) - framework
- [Styled Components](https://styled-components.com/) - Styled Components## Author
- Mónica Ilenia Tardón Vera - [@monicatvera](https://github.com/monicatvera)
- Frontend Mentor - [@monicatvera](https://www.frontendmentor.io/profile/monicatvera)