Sean Morley 87cc6da518 feat: Add validation for adventure name in CreateNewAdventure component
The code changes include adding validation for the adventure name in the CreateNewAdventure component. If the name is empty, an alert is displayed and the adventure creation is prevented. This enhancement ensures that users provide a name for the adventure before creating it.
2024-05-04 17:27:51 +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 67 MiB
Languages
Svelte 48.6%
Python 43.8%
TypeScript 5.3%
Shell 1.1%
HTML 0.9%
Other 0.3%