Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 581 Bytes

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:https://127.0.0.1:5173/ to view the app.

npm run build to build for production.

npm run preview to run production app.