Skip to content

Commit

Permalink
updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyansa committed Jul 11, 2023
1 parent 7024c68 commit af53b9f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# inspirator_
# 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 <br>
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 [email protected]. <br>
Alternatively, reach me through: +254 70440 3225. <br>
Code contributions are also welcome
### License
Copyright (c) {2023} **{Kentech Products}**
Licensed under the [MIT License](LICENSE).
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

0 comments on commit af53b9f

Please sign in to comment.