Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Dwigoric/sfp-operations-simulator

Repository files navigation

Single-Precision Floating-Point Addition Simulator

A simulator for the addition of two single-precision floating-point binary numbers.

Web App Link: https://sfp-adder.pages.dev/

Video link: https://youtu.be/9ockmMk023M

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint