An application to create and manage barbecue events.
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.
https://trinca-bbq-manager.vercel.app/
- 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
- Split foods and drinks into more categories (vegans, for example)
- Edit barbecue
- Delete barbecue
- Delete a person from barbecue
The following tools and frameworks were used in the construction of the project:
- Clone this repository
npm i
- Run the front-end with
npm start
- You can optionally build the project running
npm run build
- 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.