From ebfe1da4593ca8073702146bb48fd61665cf81ff Mon Sep 17 00:00:00 2001 From: Aayush Paigwar <90213184+AayushPaigwar@users.noreply.github.com> Date: Tue, 4 Jun 2024 02:56:27 +0530 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d76fbd4..f7e1ace 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,40 @@ 6. Create a Pull Request (PR) from your forked repository to this main repository. 7. Your PR will be reviewed and merged if everything is in order. - +```shell + +├── README.md +├── dist +│   ├── assets +│   │   ├── code-C8KzPs09.jpg +│   │   ├── index-D-xjSeyR.css +│   │   ├── index-j0RrcO3W.js +│   │   ├── instagram-CVFJBcOL.png +│   │   └── linkedin-DYsRWqBD.png +│   └── index.html +├── index.html +├── package-lock.json +├── package.json +├── readme-assets +│   ├── jarvis-circle.png +│   └── website.gif +├── src +│   ├── App.css +│   ├── App.jsx +│   ├── Components +│   │   ├── Footer.jsx #Footer of the Website +│   │   ├── Header.jsx #Header of the Website +│   │   ├── Lists.jsx 👋🏻#First Contributors Move here +│   │   └── Welcome.jsx #Welcome Page of the Website +│   ├── assets +│   │   ├── code.jpg +│   │   ├── github-mark.png +│   │   ├── instagram.png +│   │   ├── jarvis.png +│   │   └── linkedin.png +│   └── main.jsx +└── vite.config.js +``` ## Contribution Guidelines - Ensure your code follows the project's coding standards and conventions.