Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.32 KB

Welcome again to another React project! 👋

Vite + React Project

Test the project yourself: Teste the project here!!!

Home Page

  • Calculate Page.

Menu Mobile

  • Open Menu.

Some code that I'm proud of

const doCalculate = (event) => {

    event.preventDefault()

    const weight = dataWeight.current.value
    const waterNeed = defineWaterNeed()

    const totalWaterNeed = ((waterNeed * weight) / 1000)

    setResult(totalWaterNeed)
    setMlWater(waterNeed)
}

Built with

  • REACT + Vite;
  • Tailwind;
  • Microsoft Excel to make and compare the calculus.

Author

References