jsquotes/README.md

10 lines
468 B
Markdown
Raw Normal View History

2022-05-18 00:14:26 -05:00
# Reading json and randomly posting content
I wanted to create an "app" that would read in JSON and print out the results randomly based on a randomly generated number. It took me a while to get right, mostly because of the JSON file format. I have it down now. This is my result.
## Next steps ...
2024-03-19 01:35:32 -05:00
2024-03-19 01:35:07
- Make all items the same size with a "more..." indicator that when clicked will open up a css popover with the full quote and an "X" to close.