Skip to content

Yubraj977/Chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mern Chat App

This is the mern application where i am trying to build the chat application using the mern for both web and for the mobile devices

Technology used

  • React.js
  • MongoDb
  • TailwindCss
  • Firebase Google Auth
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
  • italic
  • bold
  • bold and italic
*italic*
**bold**
***bold and italic***

Lists

  • Unordered list: Use -, +, or * followed by a space.
  • Ordered list: Use numbers followed by a period and a space.
- Item 1
- Item 2
  - Subitem 1
  - Subitem 2
1. First item
2. Second item

Links

Use [text](URL) to create a hyperlink.

[OpenAI's website](https://openai.com)

Images

Similar to links, but with an exclamation mark ! at the beginning.

![Alt text](image_url)

Blockquotes

Use > to create blockquotes.

> This is a blockquote.

Code

Use backticks ` for inline code, and triple backticks ``` for code blocks.

Inline code:

Use `code` within a sentence.

Code block:

code

Horizontal Rule

Use three or more hyphens ---, asterisks ***, or underscores ___ on a line by themselves to create a horizontal rule.

---

Tables

You can create tables using pipes | and hyphens -.

| Header 1 | Header 2 |
| -------- | -------- |
| Cell 1   | Cell 2   |

This should give you a good start! Markdown is quite intuitive once you get the hang of it. Feel free to experiment and explore more advanced features as you become comfortable with the basics.