├── todo
├── src
│ ├── Components
│ │ ├── Todo.css
│ │ └── Todo.js
│ ├── setupTests.js
│ ├── App.js
│ ├── App.test.js
│ ├── index.css
│ ├── reportWebVitals.js
│ ├── index.js
│ ├── App.css
│ └── logo.svg
├── public
│ ├── favicon.ico
│ ├── logo192.png
│ ├── logo512.png
│ ├── robots.txt
│ ├── manifest.json
│ └── index.html
├── .gitignore
├── package.json
└── README.md
├── email-clone
├── public
│ ├── robots.txt
│ ├── favicon.ico
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── index.html
├── src
│ ├── App.js
│ ├── setupTests.js
│ ├── App.test.js
│ ├── index.css
│ ├── reportWebVitals.js
│ ├── index.js
│ ├── App.css
│ ├── logo.svg
│ └── Components
│ │ └── Email.js
├── .gitignore
├── package.json
└── README.md
├── classNotes
├── 010623 829 PM.pdf
├── 020623 813 PM.pdf
├── 050623 819 PM.pdf
├── 060623 830 PM.pdf
├── 070623 823 PM.pdf
├── 090623 804 PM.pdf
├── 120523 812 PM.pdf
├── 120623 820 PM.pdf
├── 130523 816 PM.pdf
├── 130623 926 PM.pdf
├── 150523 820 PM.pdf
├── 150623 815 PM.pdf
├── 160523 812 PM.pdf
├── 170523 820 PM.pdf
├── 180523 809 PM.pdf
├── 200523 823 PM.pdf
├── 230523 815 PM.pdf
├── 240523 814 PM.pdf
├── 250523 847 PM.pdf
├── 260523 816 PM.pdf
├── 270523 826 PM.pdf
├── 290523 814 PM.pdf
├── 300523 922 PM.pdf
└── 310523 802 PM.pdf
├── yellow-pages
├── public
│ ├── robots.txt
│ ├── favicon.ico
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── index.html
├── src
│ ├── Components
│ │ ├── Homepage.js
│ │ ├── Navbar.js
│ │ ├── RetrieveData.js
│ │ └── AddData.js
│ ├── setupTests.js
│ ├── App.test.js
│ ├── index.css
│ ├── reportWebVitals.js
│ ├── index.js
│ ├── App.js
│ ├── App.css
│ └── logo.svg
├── .gitignore
├── package.json
└── README.md
├── Day1.js
├── React.js
├── homework.md
├── index.html
├── Day2.js
└── IQ.js
/todo/src/Components/Todo.css:
--------------------------------------------------------------------------------
1 | .list{
2 | display: flex;
3 | }
--------------------------------------------------------------------------------
/todo/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/todo/public/favicon.ico
--------------------------------------------------------------------------------
/todo/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/todo/public/logo192.png
--------------------------------------------------------------------------------
/todo/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/todo/public/logo512.png
--------------------------------------------------------------------------------
/todo/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/email-clone/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/classNotes/010623 829 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/010623 829 PM.pdf
--------------------------------------------------------------------------------
/classNotes/020623 813 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/020623 813 PM.pdf
--------------------------------------------------------------------------------
/classNotes/050623 819 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/050623 819 PM.pdf
--------------------------------------------------------------------------------
/classNotes/060623 830 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/060623 830 PM.pdf
--------------------------------------------------------------------------------
/classNotes/070623 823 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/070623 823 PM.pdf
--------------------------------------------------------------------------------
/classNotes/090623 804 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/090623 804 PM.pdf
--------------------------------------------------------------------------------
/classNotes/120523 812 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/120523 812 PM.pdf
--------------------------------------------------------------------------------
/classNotes/120623 820 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/120623 820 PM.pdf
--------------------------------------------------------------------------------
/classNotes/130523 816 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/130523 816 PM.pdf
--------------------------------------------------------------------------------
/classNotes/130623 926 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/130623 926 PM.pdf
--------------------------------------------------------------------------------
/classNotes/150523 820 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/150523 820 PM.pdf
--------------------------------------------------------------------------------
/classNotes/150623 815 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/150623 815 PM.pdf
--------------------------------------------------------------------------------
/classNotes/160523 812 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/160523 812 PM.pdf
--------------------------------------------------------------------------------
/classNotes/170523 820 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/170523 820 PM.pdf
--------------------------------------------------------------------------------
/classNotes/180523 809 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/180523 809 PM.pdf
--------------------------------------------------------------------------------
/classNotes/200523 823 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/200523 823 PM.pdf
--------------------------------------------------------------------------------
/classNotes/230523 815 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/230523 815 PM.pdf
--------------------------------------------------------------------------------
/classNotes/240523 814 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/240523 814 PM.pdf
--------------------------------------------------------------------------------
/classNotes/250523 847 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/250523 847 PM.pdf
--------------------------------------------------------------------------------
/classNotes/260523 816 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/260523 816 PM.pdf
--------------------------------------------------------------------------------
/classNotes/270523 826 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/270523 826 PM.pdf
--------------------------------------------------------------------------------
/classNotes/290523 814 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/290523 814 PM.pdf
--------------------------------------------------------------------------------
/classNotes/300523 922 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/300523 922 PM.pdf
--------------------------------------------------------------------------------
/classNotes/310523 802 PM.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/classNotes/310523 802 PM.pdf
--------------------------------------------------------------------------------
/yellow-pages/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/email-clone/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/email-clone/public/favicon.ico
--------------------------------------------------------------------------------
/email-clone/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/email-clone/public/logo192.png
--------------------------------------------------------------------------------
/email-clone/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/email-clone/public/logo512.png
--------------------------------------------------------------------------------
/yellow-pages/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/yellow-pages/public/favicon.ico
--------------------------------------------------------------------------------
/yellow-pages/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/yellow-pages/public/logo192.png
--------------------------------------------------------------------------------
/yellow-pages/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/goelabhishek694/FS-04/HEAD/yellow-pages/public/logo512.png
--------------------------------------------------------------------------------
/email-clone/src/App.js:
--------------------------------------------------------------------------------
1 | import logo from './logo.svg';
2 | import './App.css';
3 | import Email from './Components/Email';
4 | function App() {
5 | return (
6 |
Value of Counter : {counter}
18 |{`${idx + 1}. ${taskObj.value}`}
68 | 72 || Name | 52 |Age | 53 |DOB | 54 |Aadhar No. | 55 |Mobile No. | 56 |Gender | 57 |||
|---|---|---|---|---|---|---|---|
| 63 | { 68 | handleInputChange(e, index); 69 | }} 70 | /> 71 | | 72 |73 | { 78 | handleInputChange(e, index); 79 | }} 80 | /> 81 | | 82 |83 | { 88 | handleInputChange(e, index); 89 | }} 90 | /> 91 | | 92 |93 | { 98 | handleInputChange(e, index); 99 | }} 100 | /> 101 | | 102 |103 | { 108 | handleInputChange(e, index); 109 | }} 110 | /> 111 | | 112 |113 | { 118 | handleInputChange(e, index); 119 | }} 120 | /> 121 | | 122 |123 | 124 | | 125 |126 | 127 | | 128 |
{emailObj.content.slice(0, 20) + "..."}
118 |{content[0].content}
129 |