🍺 Barganha

Project made with the goal of saving people time when they want to buy some beer. With all the different sizes and prices gets hard to know what is the best deal, and this app makes it easy!

🧠 Used techs

  • Erickson-Ts TypeScript
  • Erickson-Next Next.js 13 (With Server Components)
  • Erickson-Tailwind Tailwindcss
  • Yup
  • React hook form

🏃 How to run it

Clone the repo

  git clone git@github.com:EricksonSiqueira/barganha.git

Enter the project folder

  cd barganha

Install all the dependencies

  npm i

Run the server

  npm run dev