neuefische / web-exercises

Session exercises
MIT License
17 stars 33 forks source link

update introduction import path and update resource installation guide #350

Closed NikRoe closed 7 months ago

NikRoe commented 7 months ago

When following the instructions within the challenge for the LOTR App, students often run into problems regarding the folder structure in the projects. These issues often stem from discrepancies between the folder structure outlined in the guide and the actual structure students end up with.

To address these concerns, this Pull Request aims to accomplish two primary objectives:

Update the Import Statements: Amend the import paths in the introductory section/file (as applicable) to reflect the folder structure students will have after following the guide. This change is intended to mitigate confusion and streamline the setup process for the app.

Enhance Resource Storage Guidelines: Provide a more detailed explanation of the recommended practices for storing resources, ensuring alignment with the project's intended folder structure. This extension will include examples of common file paths and suggestions for organizing resources in a manner that facilitates easier access and management.