https://www.markdownguide.org/cheat-sheet/ If you want to add/update something create new branch and raise PR against master.
Link for demo
The source code of this project is written in JavaScript
, and used agora-rtc-sdk-ng
.
Open the project and run ng s
npm, nodejs
upload build
nodejs
create multiple JS files
test
vscode
build deploy
Templates/screenshots of all the project pages
blog link
https://github.com/angulardevelopment/stock-averaging-app
1 month
http-proxy
Don't Forget to bookmark/star this repo.
ko-fi.com/softwaredev
For any Query Ping here- https://bio.link/angulardev
_____ _ _ __ __
|_ _| | | | \ \ / /
| | | |__ __ _ _ __ | | __ \ V /___ _ _
| | | '_ \ / _` | '_ \| |/ / \ // _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
\_/ |_| |_|\__,_|_| |_|_|\_\ \_/\___/ \__,_|
______
| ___|
| |_ ___ _ __
| _/ _ \| '__|
| || (_) | |
\_| \___/|_|
______ _ _ _ _
| ___ \ (_) | | | | | |
| |_/ / ___ _ _ __ __ _ | |_| | ___ _ __ ___| |
| ___ \/ _ \ | '_ \ / _` | | _ |/ _ \ '__/ _ \ |
| |_/ / __/ | | | | (_| | | | | | __/ | | __/_|
\____/ \___|_|_| |_|\__, | \_| |_/\___|_| \___(_)
__/ |
|___/
MIT © Sunny
if (youEnjoyed) {
starThisRepository();
}
Thanks for visiting The Markdown Guide!
This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.
bold text
italicized text
blockquote
- First item
- Second item
- Third item
- First item
- Second item
- Third item
code
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Here's a sentence with a footnote. 1
term : definition
The world is flat.
- Write the press release
- Update the website
- Contact the media
- [ ]
- Item 1
- Item 2
- Item 3
- Sub Item 1
- Sub Item 2
#^ two spaces
Footnotes
-
This is the footnote. ↩