https://github.com/ahmadzaid1/worldbuilder
Worldbuilding Site, a uni project. access at:
https://github.com/ahmadzaid1/worldbuilder
character-maker name-generator timeline-maker worldbuilder worldbuilding writing
Last synced: 4 months ago
JSON representation
Worldbuilding Site, a uni project. access at:
- Host: GitHub
- URL: https://github.com/ahmadzaid1/worldbuilder
- Owner: ahmadzaid1
- Created: 2024-12-13T17:20:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T16:55:13.000Z (5 months ago)
- Last Synced: 2025-01-04T17:20:16.819Z (5 months ago)
- Topics: character-maker, name-generator, timeline-maker, worldbuilder, worldbuilding, writing
- Language: HTML
- Homepage: https://world-builder.neocities.org/
- Size: 6.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World Building Site
### Homepage
I considered different color patterns for the site's theme, including:
- **Cyberpunk Theme**

- **Minimalist Theme**

- **Medieval Theme**
#### After consideration, **the Medieval Theme** has been chosen, since it suits the whole worldbuilding thing.
---### Header Section
- **Main Title**: **W🌏rld Builder**
- A "Contact Us" button that redirects to the **Contact Us** page.
---
### Main Content Areas
1. **Introduction Section**
- **Main Heading**: **Start Building Your World Today**
- An image created using [Krita](https://krita.org/en/).2. **Tool Sections** (3 main tools):
Each tool section features:
- A **descriptive heading**.
- A **paragraph description** of the tool's purpose.
- A "Get Started" button linking to the respective tool.
- A **preview image** (e.g., the Character Card Maker preview was contributed by a friend).The tools are:
- **Character Card Maker**
- **Timeline Maker**
- **Name Generator** **_([it doesn't work, download the SQLite database in the repo and configure your PHP to make it work](#setting-up-the-name-generator))._**3. **Reviews Section**
- **Section Title**: **What People Are Saying**
_(A longer title adds emphasis.)_
- Includes **three review cards**:
- Two genuine reviews.
- An unfortunately fake one from Wes Anderson.---
### Footer
- **Copyright Notice**
Clearly states ownership and copyright for the site.- A link to **Other Sites** for related or additional resources.
---
### Setting Up the Name GeneratorTo make the Name Generator work, you'll need to:
1. **Download SQLite**:
Download and install SQLite from [sqlite.org](https://www.sqlite.org/).2. **Install PHP SQLite Extension**:
Ensure that the PHP SQLite extension is installed and enabled on your server.3. **Configure Database Path**:
In the `nameGenerator.php` file, set the path to your SQLite database like so:```php
#### Sqlite is much more efficient compared to the bloat MySql
---
### AcknowledgmentsThanks to [Janelle Shane's DnD Characters GitHub Repository](https://github.com/janelleshane/DnD-characters) for inspiring character names used in this project.