A simple javascript powered page displaying all the my favourite quotes https://quotes.fyrf.li
Go to file
Camille Frantz a69ed0cd41
update README
2024-03-19 01:38:08 -05:00
public move into a public folder 2024-02-14 17:00:11 -06:00
.gitignore merge upstream 2023-01-22 10:03:28 -06:00
.woodpecker.yml strip dir 2023-01-22 10:17:32 -06:00
FavouriteQuotes.json new quote 2023-02-09 21:36:55 -06:00
README.md update README 2024-03-19 01:38:08 -05:00

README.md

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.

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