Trinca BBQ Manager:

An application to create and manage barbecue events.

About 🔎

This is an web aplication for regular people to have a better control on the bbqs they have with the friends, family, or people in the office.

Feel free to try it:

https://trinca-bbq-manager.vercel.app/

Implemented features ✔️

  • Register and Login
  • Check all barbecue event you have created
  • Create a new barbecue event
  • See details for an specific barbecue event
  • Add new people to your event
  • Mark people that have payed the barbecue

Future improvements 🔮

  • Split foods and drinks into more categories (vegans, for example)
  • Edit barbecue
  • Delete barbecue
  • Delete a person from barbecue

Tech tools 🔧

The following tools and frameworks were used in the construction of the project:

How to run ⚙️

  1. Clone this repository
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser

OBS: If you want a full experience please check the back-end repository for this project and follow the instructions to run it along side with the front-end.