Sean Morley eab7cb6087 feat: Add activity types to CreateNewAdventure and AdventureCard components
The code changes include adding activity types functionality to the CreateNewAdventure and AdventureCard components. This allows users to specify different types of activities for each adventure. The changes also include updates to the server files to handle the new activity types.

Recent user commits:
- Refactor adventure page layout to display activity types and update server files
- Add activity types to EditModal component and update server files
- Add activity types to AdventureCard component and update server files
- Refactor adventure page layout to display activity types in +page.svelte and update server files
- Refactor adventure page layout to display activity types in +page.svelte and update server files
- Refactor CreateNewAdventure component to add activity types and update server files
- Refactor adventure page layout to use a responsive image size in +page.svelte
- Merge pull request #52 from seanmorley15/development
- Refactor error handling and add validation for adventure name in server and page files
- Update config.ts
2024-05-03 21:39:31 +00:00
2024-04-10 01:31:10 +00:00
2024-04-11 11:17:58 -04:00
2024-04-20 01:17:34 +00:00
2024-03-29 21:41:22 +00:00
2024-03-29 21:41:22 +00:00
2024-04-04 10:53:14 -04:00
2024-04-02 22:02:20 +00:00
2024-04-01 09:34:26 -04:00
2024-04-20 16:59:03 +00:00
2024-04-02 22:02:20 +00:00
2024-04-18 19:27:51 -04:00
2024-04-26 22:43:13 +00:00
2024-04-02 22:02:20 +00:00
2024-04-02 22:02:20 +00:00

AdventureLog: Embark, Explore, Remember. 🌍

⚠️ AdventureLog is in early development and is not recommended for production use until version 1.0!

"Never forget an adventure with AdventureLog - Your ultimate travel companion!"


Installation

Docker 🐋 (Recomended)

  1. Clone the repository
  2. Edit the docker-compose.yml file and change the database password
  3. Run docker compose up -d to build the image and start the container
  4. Wait for the app to start up and migrate then visit the port and enjoy!
  5. After navigating to the app, fill out the form to create the admin user.

Note: The ORIGIN variable is required for CSRF protection. It can be omitted if using a reverse proxy or other HTTPS service.

Description
No description provided
Readme 78 MiB
Languages
Svelte 53.1%
Python 38%
TypeScript 6.1%
Shell 1.3%
HTML 1.1%
Other 0.4%