https://github.com/calcagnoloic/calculator
Project: Building a calculator with TS and Tailwind
https://github.com/calcagnoloic/calculator
calculator-app pipeline-deploy tailwindcss theme-switcher typescript typescript-prettier-eslint
Last synced: 3 months ago
JSON representation
Project: Building a calculator with TS and Tailwind
- Host: GitHub
- URL: https://github.com/calcagnoloic/calculator
- Owner: CalcagnoLoic
- Created: 2023-11-24T15:15:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-29T09:51:11.000Z (over 1 year ago)
- Last Synced: 2025-01-26T08:26:23.916Z (5 months ago)
- Topics: calculator-app, pipeline-deploy, tailwindcss, theme-switcher, typescript, typescript-prettier-eslint
- Language: TypeScript
- Homepage: https://calcagnoloic.github.io/calculator/
- Size: 538 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator app
![]()
Users should be able to:
- [x] See the size of the elements adjust based on their device's screen size
- [x] Perform mathematical operations like addition, subtraction, multiplication, and division
- [x] Adjust the color theme based on their preference
![]()
![]()
### Built with
- Semantic HTML5 markup
- Tailwind with custom properties
- Flexbox
- Mobile-first workflow
- Typescript## Author
- Portfolio - [Calcagno Loïc](https://calcagno-loic.netlify.app/)
- Frontend Mentor - [@CalcagnoLoic](https://www.frontendmentor.io/profile/CalcagnoLoic)