/ddt-calculator

Desired dough temperature calculator for made with HTML, CSS, and TypeScript.

Primary LanguageHTML

Desired Dough Temperature Calculator

A simple desire dough temperature calculator. Calculates the temperature of water needed to mix a dough to its desired temperature.

Objectives

To learn Vim, become more familar with testing, and becoming more familar with vanilla JS DOM manipulation.

Technologies

Created with Vite, JavaScript, HTML, and CSS.

Vitest used for testing.

Getting Started

npm run dev to run development server.

Go to http://127.0.0.1:5173/ to view the app.

npm run build to build for production.

npm run preview to run production app.