diff --git a/README.md b/README.md index f417a4f..f66157f 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# inspirator_ \ No newline at end of file +# inspirator_ +### version 1.0.0 +This app generates quotes randomly and the author, about health. + +## Contributors +The project was developed by Justine Kenyansa. + +## :flashlight: Description +The quotes shed a lot of light abuot how the healthcare system is broken and should be fixed
+Some of the qoutes are really deep! + +## :pushpin: Installation Requirements +The app does not need any installations to work. +## Known Bugs +There are no known bugs. +## :pushpin: BDD +Upon clicking the button, you get a text showing your Akan name! +## :computer: Technologies Used + The project used HTML, css, Bootstrap and Vanilla JS. + ## :telephone_receiver: Support and contact details +Should you have any suggestions and ideas on how to improve the app, feel free to contact me through kenyansajustine@gmail.com.
+Alternatively, reach me through: +254 70440 3225.
+Code contributions are also welcome +### License +Copyright (c) {2023} **{Kentech Products}** +Licensed under the [MIT License](LICENSE). diff --git a/script.js b/script.js index 56776e8..230ffe0 100644 --- a/script.js +++ b/script.js @@ -19,5 +19,5 @@ async function getQuote(url){ getQuote(api_url) function tweet(){ - window.open("https://twitter.com/intent/tweet?text=" + quoteElement.innerHTML + "-------- by" + authorElement.innerHTML, "Tweet Window", "width=600, height=400"); + window.open("https://twitter.com/intent/tweet?text=" + quoteElement.innerHTML + " ------ by " + authorElement.innerHTML, "Tweet Window", "width=600, height=400"); } \ No newline at end of file