-
Adventure Planner is a website for creating and sharing gear lists for all kinds of adventures. The main focus was to create an app for people who are planning long distance trips where packing light and saving weight is essential. After creating a list of items, the user can see the weight distribution for each category and the total weight for all items.
-
In addition to creating personal gear lists, users can also share and see other users lists on the the "Explore" page .
Backend:
- Python/Flask
- Postgres
Front-end:
- Javascript
- HTML
- CSS
Clicking the title or description enables the user to edit.
The total weight for each category will display at the bottom of the list. At the bottom of the page it will display the total weight for all items. After making a list, the user can delete items by checking the box for the item to delete. The user also has the option to select all.
After creating a list, clicking share will create a public version of that list and display it on the "Explore" page.