| Used | Tool | Website | Purpose According to Company | My Usage |
|---|---|---|---|---|
| [x] | ChatGPT | https://chat.openai.com/ | Conversational AI for generating human-like text responses. | General assistance, generating content, answering questions. |
| [ ] | NewArc.ai | https://newarc.ai/ | Turn any sketch into a photo. | |
| [x] | Fal.ai | https://newarc.ai/ | create the next generation of creativity tools. | |
| [x] | OpusClip | [https://www.opus.pro/](https://www.opus.pr |
My personal collection of Front-End Development, User Interface Design, User Experience Design, and other Software Development resources. I began this Gist in 2021 while attending Nashville Software School as a student in the Front-End Web Designer/Developer Program. If you find any mistakes, especially broken links, DM me on Twitter: https://twitter.com/MrWryt
✴️ = Affiliate link. I receive a commission from the vendor when a purchase is made after clicking my link. Thank you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
| <title> | |
| Convert Text in Multiple Elements to an Array to Replace Spaces and | |
| SpecialCharacters with Dashes and Make All Letters in the Array Objects | |
| (Strings) Lowercase; The Long Way (Without Regular Expressions) |