A simple javascript powered page displaying all the my favourite quotes https://quotes.fyrf.li
Go to file
Camille Frantz 49a8d5d5f7 Update README 2022-05-18 00:15:24 -05:00
.gitignore Initial 2022-05-18 00:14:26 -05:00
FavouriteQuotes.json Initial 2022-05-18 00:14:26 -05:00
README.md Update README 2022-05-18 00:15:24 -05:00
app.js Initial 2022-05-18 00:14:26 -05:00
index.html Initial 2022-05-18 00:14:26 -05:00
style.css Initial 2022-05-18 00:14:26 -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.

-- 18 May, 2022; 00:13:59