Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princemuel/unocalc
Yet another calculator webapp. Light, Neon & Dark themes. Built w/ HTML, TailwindCSS, Typescript, Vite, Rust and Wasm (work in progress)
https://github.com/princemuel/unocalc
calculator html5 rust tailwindcss typescript vercel vitejs wasm
Last synced: about 2 months ago
JSON representation
Yet another calculator webapp. Light, Neon & Dark themes. Built w/ HTML, TailwindCSS, Typescript, Vite, Rust and Wasm (work in progress)
- Host: GitHub
- URL: https://github.com/princemuel/unocalc
- Owner: princemuel
- License: mit
- Created: 2021-08-06T15:35:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T01:18:47.000Z (6 months ago)
- Last Synced: 2024-08-04T02:47:21.903Z (6 months ago)
- Topics: calculator, html5, rust, tailwindcss, typescript, vercel, vitejs, wasm
- Language: Rust
- Homepage: https://unocalc.vercel.app
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Uno Calc
Yet another calculator app with Light-Neon-Dark themes
## Screenshot
![image](https://user-images.githubusercontent.com/26444448/128544641-8c75c63a-76a1-47f1-b458-3bab0b7e90f7.png)
The challenge is to build out this calculator app and our users should be able to:
## Sprint I
- Perform mathematical operations like addition, subtraction, multiplication, and division
## Sprint II
- Adjust the color theme based on their preference
- Have their initial theme preference checked using `prefers-color-scheme` and have any additional changes saved in the browser## Sprint III
- See the size of the elements adjust based on their device's screen size
## Sprint IV
- Enable continuous calculation on the current operation when `=` is pressed over and over
- Enable instant result when an operation is performed without using `=`. (Makes `=` optional)> May have to rewrite the tests and logic of other methods