water-calculator-react-tailwind Tailwind Templates

Water Calculator React Tailwind

Creating an API that can really help me on a daily basis, and help my girlfriend to drink more water

Welcome again to another React project! 👋

Vite + React Project

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

Home Page

  • Calculate Page.

  • 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

Top categories

Loading Svelte Themes