Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pijeismart/calculator-app

Calculator app using html, css, bootstrap and js
https://github.com/pijeismart/calculator-app

bootstrap5 sass

Last synced: 2 days ago
JSON representation

Calculator app using html, css, bootstrap and js

Awesome Lists containing this project

README

        

# Frontend Mentor - Calculator app solution

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

Your challenge is to build out this calculator app and get it looking as close to the design as possible.

You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.

Your 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
Download the project and go through the README.md file. This will provide further details about the project and help you get set up.

Want some support on the challenge? Join our Slack community and ask questions in the help channel.
## 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

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- [Bootstrap](https://getbootstrap.com/) - CSS framework
- Sass: Syntactically Awesome Style Sheets [oficial site](https://sass-lang.com/)
- JavaScript

### Continued development

It was very interesting to do this project, I believe I did a good job, but I still need to review a little bit about classes in js, it will be the next thing I'll study!