Spent the last 2 days on another quick project.
Background:
Dad got a take home test for a freelance writing job, that was asking him to write a sample blog post with HTML tags. While helping him out with that, I got the idea to automate the process should he be required to do this again. Made a minimum viable product over the course of 2 days
Key Features:
- React app using bootstrap and base CSS.
- Adjustable paragraph count and link totals.
- Saves multiple forms' data to State that is then passed through to an algorithm to format the blog post with the appropriate HTML tags.
- Resets so can convert multiple blog posts.
Future Updates:
- More seamless add link process
- Ability to choose which tags are to be added.
Overall a very fun sprint that could bring an idea to reality in a timely manner.