Skip to content

codeforwebdevelopment/readme-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://www.markdownguide.org/cheat-sheet/ If you want to add/update something create new branch and raise PR against master.

App name

GitHub code size in bytes GitHub last commit GitHub stars GitHub forks

agora

GitHub repo size

stock-averaging-app

 forks

Link for demo

Generic badge

Useful Links

Requirements

GitHub top language

The source code of this project is written in JavaScript, and used agora-rtc-sdk-ng.

Instructions

chrome

Open the project and run ng s

Pre-requisites

npm, nodejs

Objective of the project.

upload build

Tech stacks used

nodejs

How to build the application.

create multiple JS files

How to test the application.

test

Software tools used.

vscode

Tangible results.

build deploy

GIFs showing user flows (if customer-facing)

Templates/screenshots of all the project pages

Links to web pages

blog link

Links to code/GitHub repository link

https://github.com/angulardevelopment/stock-averaging-app

Duration

1 month

build creation and deployment

command

Features

http-proxy

Support

Don't Forget to bookmark/star this repo.

buy me a coffee /Sponsor this project

ko-fi.com/softwaredev

Need help?

For any Query Ping here- https://bio.link/angulardev

Facebook Instagram Medium

 _____ _                 _     __   __            
|_   _| |               | |    \ \ / /            
  | | | |__   __ _ _ __ | | __  \ V /___  _   _   
  | | | '_ \ / _` | '_ \| |/ /   \ // _ \| | | |  
  | | | | | | (_| | | | |   <    | | (_) | |_| |  
  \_/ |_| |_|\__,_|_| |_|_|\_\   \_/\___/ \__,_|  
                                                  
                                                  
______                                            
|  ___|                                           
| |_ ___  _ __                                    
|  _/ _ \| '__|                                   
| || (_) | |                                      
\_| \___/|_|                                      
                                                  
                                                  
______      _               _   _               _ 
| ___ \    (_)             | | | |             | |
| |_/ / ___ _ _ __   __ _  | |_| | ___ _ __ ___| |
| ___ \/ _ \ | '_ \ / _` | |  _  |/ _ \ '__/ _ \ |
| |_/ /  __/ | | | | (_| | | | | |  __/ | |  __/_|
\____/ \___|_|_| |_|\__, | \_| |_/\___|_|  \___(_)
                     __/ |                        
                    |___/                         

 

License

MIT © Sunny

GitHub license


if (youEnjoyed) {
    starThisRepository();
}

Markdown Cheat Sheet

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.

Basic Syntax

These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.

Heading

H1

H2

H3

Bold

bold text

Italic

italicized text

Blockquote

blockquote

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • First item
  • Second item
  • Third item

Code

code

Horizontal Rule


Link

Markdown Guide

Image

alt text

Extended Syntax

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

Table

Syntax Description
Header Title
Paragraph Text

Fenced Code Block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Footnote

Here's a sentence with a footnote. 1

Heading ID

My Great Heading {#custom-id}

Definition List

term : definition

Strikethrough

The world is flat.

Task List

  • 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

  1. This is the footnote.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published