A tool for web developers that includes two generators: one for fake text and one for fake users.
Submitted as a project for the course Dynamic Web Applications.
I fulfilled the following requirements that are specific to P3:
- Package Use: I used the package copycat by Github user gitlov to scrape some websites for first and last names, which I used to populate the files for random user names.
To create the word list for the lorem ipsum generator, I used Wordlist Maker to turn the text of Frankenstein into a list of words with no duplicates in all lowercase.
This project includes or references the following tools, resources, etc.
-
Laravel: The Laravel framework is open-sourced software licensed under the MIT license.
-
Debugbar: An open-source Laravel debugging tool by Github user Barryvdh (local environment only).
-
copycat: An open-source Laravel package for automating scraping.
-
DJB Get Digital Font: By Darcy Baldwin Fonts, retrieved from FontSpace. Licensed as freeware for personal use; commercial use requires payment.
-
W3Schools: Reference for CSS and HTML
-
Paletton: Color scheme assistance.
-
Project Gutenburg: To retrieve the text of Frankenstein by Mary Shelley.
-
Wordlist Maker: To compress text of Frankenstein into a list of words.
-
php.net: PHP documentation for command and syntax reference.
-
Stack Overflow: Debugging help.