Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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