A simple javascript powered page displaying all the my favourite quotes https://quotes.fyrf.li
Go to file
Camille Frantz 0ce4c9a6cb Added next steps to README; added instruction et all in footer 2022-05-18 00:23:56 -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 Added next steps to README; added instruction et all in footer 2022-05-18 00:23:56 -05:00
app.js Added next steps to README; added instruction et all in footer 2022-05-18 00:23:56 -05:00
index.html Added next steps to README; added instruction et all in footer 2022-05-18 00:23:56 -05:00
style.css Added next steps to README; added instruction et all in footer 2022-05-18 00:23:56 -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.

Next steps ...

I want to add more quotes and a button to run the code instead of having the user reload the page

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