Skip to content

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

Notifications You must be signed in to change notification settings

lucasbailo/water-calculator-react-tailwind

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published