Storyforge
Description
Storyforge is a web application that turns your playthrough into a sci-fi epic. Users can submit a number, which will be displayed on a dynamic page with a congratulations message. The application also includes pages for the Home, About, and Contact sections.
Installation
Clone the repository to your local machine. Open a terminal and navigate to the project directory. Create a virtual environment by running the following command: python -m venv venv. Run the application with the following command: python app.py. Open a web browser and go to http://localhost:5000/.
Usage
Click on the Home, About, or Contact links in the navigation bar to go to the corresponding page. Click on the Enter Numbers link in the navigation bar to go to the "Layout" page. Enter a number in the input field and click the Submit button. You will be redirected to a dynamic page with a congratulations message that includes the number you entered.
This project is licensed under the MIT License. See the LICENSE file for details.