From a69ed0cd414a6ee692ca6420d46f53de3a594a7f Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Tue, 19 Mar 2024 01:38:08 -0500 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae3f7e9..5bc80b8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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. +~~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: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. +This started out as a looping display of random quotes and evolved to be just one large grid with all the quotes. It's getting to be a pretty large page so the next step for this is to 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. + +19-Mar-2024