hikerhunger is a web application designed to help backpackers and hikers plan and organize backcountry camping and hiking recipes. The app allows users to create recipes, store them, and then plan a trip by adding existing recipes to a trip itinerary. The app automatically adjusts recipe ingredient quantities based on the number of people on the trip, and it calculates the total weight of food per person per day, ensuring users have packed sufficient amounts.
Planning meals for backcountry trips can be challenging, especially when it comes to adjusting recipes for different group sizes and ensuring the right balance between nutrition and carrying capacity. HikerHunger solves these problems by helping hikers plan meals, adjust ingredients for group sizes, and track food weight for better packing decisions. The goal is to ensure efficient meal planning that maximizes food enjoyment and minimizes unnecessary weight.
To visit the deployed application, go to: https://hikerhunger-production.up.railway.app/
- Create an account or log in to the app.
- Add new hiking or backpacking recipes to the app.
- Plan a trip by adding the recipes to your trip itinerary.
- Input the number of people on your trip, and the app will automatically adjust recipe ingredient quantities.
- View the total weight of food per person per day to ensure proper packing.
If you'd like to contribute to the development of HikerHunger, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Submit a pull request for review.
- Java
- JavaScript
- Shoelace Web Components Library
- Hibernate
- Spring
- MySQL