├── rohit5.txt
├── shk4.txt
├── sk2.txt
├── sk56.txt
├── son.txt
├── wr.txt
├── ROHIT6.txt
├── read.txt
├── rohit.txt
├── rohit3,txt
├── rohit4.txt
├── rohity.txt
├── sk1.txt
├── sk3.txt
├── sondymon.txt
├── public
├── robots.txt
├── favicon.ico
├── logo192.png
├── logo512.png
├── manifest.json
└── index.html
├── src
├── assets
│ ├── logo.png
│ └── heroImage.png
├── index.js
├── textfields
│ ├── sai-kiran
│ │ └── SaiTextField.js
│ ├── vaishnav
│ │ └── VTextfield.js
│ ├── smruti-ranjan
│ │ └── SmrutiTextField.js
│ ├── gyana-ranjan
│ │ └── GyanaCustomFields.js
│ └── TextFields.js
├── index.css
├── slider
│ ├── Sliders.js
│ ├── chandan
│ │ └── slider_1.js
│ ├── smruti-ranjan
│ │ └── SmrutiSlider.js
│ └── sai-kiran
│ │ └── SaiSlider.js
├── core-components
│ ├── Layout.js
│ └── Navbar.js
├── toggleButton
│ ├── sai-kiran
│ │ └── ToggleButton.js
│ ├── ToggleButton.js
│ ├── anon
│ │ ├── toggle1.js
│ │ └── toggle.js
│ ├── chandan
│ │ └── toggle.js
│ ├── smruti-ranjan
│ │ └── SmrutiToggle.js
│ └── vaishnav-sai
│ │ └── CustomToggle.js
├── buttons
│ ├── sai-vaishnav
│ │ └── VButton.js
│ ├── smruti-ranjan
│ │ └── SmrutiButton.js
│ ├── sai-kiran
│ │ ├── SaiButton.js
│ │ └── LoadingButton.js
│ ├── shruti-lenka
│ │ ├── shrutiButton1.js
│ │ ├── shrutiButton4.js
│ │ ├── shrutiButton2.js
│ │ ├── shrutiButton3.js
│ │ ├── shrutiButton7.js
│ │ ├── shrutiButton6.js
│ │ ├── shrutiButton9.js
│ │ ├── shrutiButton5.js
│ │ ├── shrutiButton8.js
│ │ └── shrutiButton10.js
│ ├── gyana-ranjan
│ │ └── Custombtn.js
│ ├── chandan
│ │ ├── button001.tsx
│ │ └── button002.tsx
│ └── Buttons.js
├── breadcrumbs
│ ├── BreadCrumbs.js
│ └── shruti-lenka
│ │ └── shrutiBreadCrumbs1.js
├── icons
│ ├── Icons.js
│ └── MaterialUI.js
├── button-groups
│ ├── ButtonGroups.js
│ └── shruti-lenka
│ │ ├── shrutiButtonGroups2.js
│ │ ├── shrutiButtonGroups1.js
│ │ └── shrutiButtonGroups3.js
├── alerts
│ ├── Alerts.js
│ └── shruti-lenka
│ │ ├── shrutiAlerts2.js
│ │ ├── shrutiAlerts3.js
│ │ ├── shrutiAlerts1.js
│ │ ├── shrutiAlerts4.js
│ │ └── shrutiAlerts5.js
├── cards
│ ├── shruti-lenka
│ │ └── shrutiCard1.js
│ ├── vaishnav
│ │ └── Card2.js
│ ├── materialCard
│ │ └── MaterialCard.js
│ ├── smruti-ranjan
│ │ └── SmrutiCard.js
│ ├── sai-kiran
│ │ └── card.js
│ └── Cards.js
├── App.js
└── Home.js
├── Documentation
├── satyajeet.md
├── why-phyy.md
├── INSTRUCTIONS.md
├── Priti.md
└── sweta.md
├── Getting-Started.md
├── README.md
├── package.json
├── CONTRIBUTING.md
└── .gitignore
/rohit5.txt:
--------------------------------------------------------------------------------
1 | ETC
2 |
--------------------------------------------------------------------------------
/shk4.txt:
--------------------------------------------------------------------------------
1 | dsads
2 |
--------------------------------------------------------------------------------
/sk2.txt:
--------------------------------------------------------------------------------
1 | kumar
2 |
--------------------------------------------------------------------------------
/sk56.txt:
--------------------------------------------------------------------------------
1 | vssut
2 |
--------------------------------------------------------------------------------
/son.txt:
--------------------------------------------------------------------------------
1 | 2nd pr
2 |
--------------------------------------------------------------------------------
/wr.txt:
--------------------------------------------------------------------------------
1 | 4th Pr
2 |
--------------------------------------------------------------------------------
/ROHIT6.txt:
--------------------------------------------------------------------------------
1 | 3rd year
2 |
--------------------------------------------------------------------------------
/read.txt:
--------------------------------------------------------------------------------
1 | 3rd Pr
2 |
--------------------------------------------------------------------------------
/rohit.txt:
--------------------------------------------------------------------------------
1 | Rohit
2 |
--------------------------------------------------------------------------------
/rohit3,txt:
--------------------------------------------------------------------------------
1 | vvdghsvh
2 |
--------------------------------------------------------------------------------
/rohit4.txt:
--------------------------------------------------------------------------------
1 | VSSUT
2 |
--------------------------------------------------------------------------------
/rohity.txt:
--------------------------------------------------------------------------------
1 | whatsup
2 |
--------------------------------------------------------------------------------
/sk1.txt:
--------------------------------------------------------------------------------
1 | shashank
2 |
--------------------------------------------------------------------------------
/sk3.txt:
--------------------------------------------------------------------------------
1 | PRODUCTION
2 |
--------------------------------------------------------------------------------
/sondymon.txt:
--------------------------------------------------------------------------------
1 | 1st Pr
2 |
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamsmruti/the-best-gathering/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamsmruti/the-best-gathering/HEAD/public/logo192.png
--------------------------------------------------------------------------------
/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamsmruti/the-best-gathering/HEAD/public/logo512.png
--------------------------------------------------------------------------------
/src/assets/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamsmruti/the-best-gathering/HEAD/src/assets/logo.png
--------------------------------------------------------------------------------
/src/assets/heroImage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamsmruti/the-best-gathering/HEAD/src/assets/heroImage.png
--------------------------------------------------------------------------------
/Documentation/satyajeet.md:
--------------------------------------------------------------------------------
1 | ## Satyajeet here contributing for the hacktober fest.
2 |
3 | Added satyajeet.md
4 |
5 | One last PR
6 |
--------------------------------------------------------------------------------
/Documentation/why-phyy.md:
--------------------------------------------------------------------------------
1 | ### Hello There!!!!
2 | I am Why Phyy i.e Work Hard Yes , Play Hard Yes !!
3 |
4 | ### Good to See you again
5 |
6 | ### Good to See you again ...
7 |
--------------------------------------------------------------------------------
/src/index.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import ReactDOM from 'react-dom/client';
3 | import './index.css';
4 | import App from './App';
5 |
6 | const root = ReactDOM.createRoot(document.getElementById('root'));
7 | root.render(
7 | 10 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus quia, nulla! Maiores et perferendis eaque, exercitationem praesentium nihil. 11 |
12 |
37 |
38 |
39 |
42 |
43 |
44 |