├── 0_Pre-requisites-GitGithub-VScode_Setup ├── APIs_cheatSheet_original.pdf ├── chrome extensionschrome for developers_original.pdf ├── gitGithub_original.pdf ├── setup.txt └── vsCode_original.pdf ├── 1_HTML Basic ├── CheatSheet_original.pdf ├── Projects │ ├── .vscode │ │ └── settings.json │ ├── Untitled design (3).png │ ├── projectOne.html │ └── projrctTwo.html ├── codes │ ├── 1 Learning day 1 - code │ │ ├── index.html │ │ ├── list.html │ │ ├── style.html │ │ └── tofu.jpg │ ├── 2 Learning day 2 - code │ │ ├── developers.jpg │ │ ├── form.html │ │ ├── index.html │ │ └── table.html │ ├── 3 Learning Day 3 - code │ │ └── table.html │ ├── 4 Learning Day 4 - code │ │ ├── .vscode │ │ │ └── settings.json │ │ └── linkTag.html │ └── index.html └── handWritten-note(dot-batch)-by-Rishabh Kushwaha │ ├── 1_lecture_notes_HTML_1.pdf │ ├── 2_HTML_2_Lecture_II_Notes..pdf │ ├── 3_Lecture_3_NotesHTML_III.pdf │ └── 4_Lecture_4_Notes_HTML_IV.pdf ├── 2_CSS Basic ├── Projects │ ├── 1 Product Cart │ │ ├── Web_Dev_670f900667.jpg │ │ ├── inde.html │ │ └── style.css │ └── 2 Parallex-Effect Website │ │ ├── background.png │ │ ├── foreground.png │ │ ├── index.html │ │ ├── sport-1.jpg │ │ ├── sport-2.jpg │ │ ├── sport-3.jpg │ │ └── style.css ├── cheatSheet_original.pdf ├── codes │ ├── 1 Learning day 1 - code │ │ ├── addStyle │ │ │ ├── .DS_Store │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── boxModel │ │ │ ├── box.html │ │ │ └── pixel.html │ │ └── index.html │ ├── 2 Learning day 2 - code │ │ ├── dimensions │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── gradient │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── position │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── shadows │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── transform │ │ │ ├── index.html │ │ │ └── styles.css │ │ └── transform3D │ │ │ ├── index.html │ │ │ └── styles.css │ └── 3 Learning day 3 - code │ │ └── flexPractice │ │ ├── index.html │ │ └── styles.css ├── handWritten-note(dot-batch)-by-Rishabh Kushwaha │ ├── CSS_III_Lecture_3_notes.pdf │ ├── CSS_II_Noteslecture_2.pdf │ ├── CSS_IV_lecture_4_notes_Grid.pdf │ └── CSS_Lecture_1_Complete_Notes_Part_1__2.pdf └── index.css ├── 3_AnimationAndResponsiveness ├── chrome extensionschrome for developers_original.pdf ├── codes │ ├── 1 Day one - code │ │ ├── advGrids │ │ │ ├── grid.html │ │ │ └── grids.css │ │ ├── blogWebsite │ │ │ ├── index.html │ │ │ ├── post.html │ │ │ ├── posts.css │ │ │ └── styles.css │ │ ├── index.html │ │ ├── mediaQueries │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── nestedgrids │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── properties │ │ │ ├── index.html │ │ │ └── styles.css │ │ ├── styles.css │ │ └── templateArea │ │ │ ├── index.html │ │ │ └── styles.css │ └── 2 Day two - code │ │ ├── animations │ │ ├── index.html │ │ └── styles.css │ │ ├── index.html │ │ ├── styles.css │ │ └── transition │ │ ├── index.html │ │ └── styles.css └── handWritten-note(dot-batch)-by-Rishabh Kushwaha │ ├── CSS_Animation_Lecture_Notes.pdf │ └── CSS_Transition_Notes_Animation_Lecture.pdf ├── 4_Tailwind Project └── Razorpay Clone │ ├── .gitignore │ ├── images │ ├── CTABg.svg │ ├── Xicon.svg │ ├── api-driven-icon.svg │ ├── autopay-icon.svg │ ├── buisness-banking.png │ ├── capital-credit-icon.svg │ ├── comanies.png │ ├── core-features-sectionBg.svg │ ├── ctaImg.svg │ ├── current-icon.svg │ ├── dashboard-reporting-icon.svg │ ├── easy-integration.svg │ ├── facebook-icon.svg │ ├── fake-company-logo.png │ ├── favicon.png │ ├── feature-section-2BG.svg │ ├── feature-section1-dottedrows.png │ ├── features-wave.svg │ ├── features2-wave.svg │ ├── footer-certificate-1.png │ ├── footer-certificate-2.jpg │ ├── github-icon.svg │ ├── hero-illustration.jpg │ ├── hero-shape.svg │ ├── india-flag.svg │ ├── industry-support-icon.svg │ ├── instagram-icon.svg │ ├── instant-activation-icon.svg │ ├── instant-settlement-bg.svg │ ├── instant-settlement-bghover.svg │ ├── instant-settlement-icon.svg │ ├── instantsettlement-bg.svg │ ├── instantsettlement-hoverbg.svg │ ├── linkedin-icon.svg │ ├── logo-dark.svg │ ├── logo.svg │ ├── magic-checkout-bg.svg │ ├── magic-checkout-hoverbg.svg │ ├── magic-checkout.svg │ ├── payment-button-bg.svg │ ├── payment-button-hoverbg.svg │ ├── payment-button.svg │ ├── payment-buttons-icon.svg │ ├── payment-gateway.svg │ ├── payment-link-icon.svg │ ├── payment-modes.svg │ ├── payment-pages-icon.svg │ ├── payment-suite.png │ ├── payouts-icon.svg │ ├── quotes.svg │ ├── razorpayX.svg │ ├── razorpayXicon.svg │ ├── route-icon.svg │ ├── secure-icon.svg │ ├── simple-pricing.svg │ ├── smart-collect-icon.svg │ ├── subscriptions-icon.svg │ ├── testimonial.jpg │ ├── twitter-icon.svg │ ├── upi-autopay-bg.svg │ ├── upi-autopay-hoverbg.svg │ ├── x-flame-1.png │ └── x-flame-2.png │ ├── index.html │ ├── main.css │ ├── package-lock.json │ ├── package.json │ ├── postcss.config.js │ └── tailwind.config.js ├── 5_Javascript Basic ├── cheatSheet_original.pdf ├── codes │ └── 1 - day code │ │ └── index.js ├── handWritten-note(dot-batch)-by-Rishabh Kushwaha │ ├── Javascript_Lec2_Notes (1).pdf │ ├── Javascript_lecture_1_Notes (1).pdf │ ├── Javascript_lecture_3_Notes (1).pdf │ └── Javascript_lecture_4_notes (1).pdf └── index.js ├── 6_JS(Dom_Manipulation-And-Modern-JS) ├── APIs_cheatSheet_original.pdf └── handWritten-note(dot-batch)-by-Rishabh Kushwaha │ ├── JS_DOM_Lec_1_Notes (2).pdf │ ├── JS_DOM_Lec_2_Notes (1).pdf │ ├── JS_DOM_Lec_3_Notes (1).pdf │ └── JS_DOM_Lec_4_Notes (1).pdf ├── 7_React_Basic ├── 1 React-tailwind-css-starter-pack-main │ ├── .gitignore │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── public │ │ ├── index.html │ │ └── robots.txt │ ├── src │ │ ├── App.css │ │ ├── App.js │ │ ├── index.css │ │ └── index.js │ └── tailwind.config.js ├── Notes │ ├── REACT_Basics_Lec_2_Notes.pdf │ ├── REACT_Basics_Lec_4_Notes.pdf │ └── React_Basics_Lec_1_Notes.pdf └── React_Basic_CheatSheet_original.pdf ├── 8_React Intermediate ├── React Intermediate class - 1 │ └── formapp │ │ ├── .gitignore │ │ ├── README.md │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── logo192.png │ │ ├── logo512.png │ │ ├── manifest.json │ │ └── robots.txt │ │ └── src │ │ ├── App.css │ │ ├── App.js │ │ ├── App.test.js │ │ ├── index.css │ │ ├── index.js │ │ ├── logo.svg │ │ ├── reportWebVitals.js │ │ └── setupTests.js ├── React Intermediate class - 2 │ ├── React Router Navbar Project │ │ ├── .gitignore │ │ ├── README.md │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── public │ │ │ ├── favicon.ico │ │ │ ├── index.html │ │ │ ├── logo192.png │ │ │ ├── logo512.png │ │ │ ├── manifest.json │ │ │ └── robots.txt │ │ └── src │ │ │ ├── App.css │ │ │ ├── App.js │ │ │ ├── App.test.js │ │ │ ├── components │ │ │ ├── About.js │ │ │ ├── Home.js │ │ │ ├── Labs.js │ │ │ ├── MainHeader.js │ │ │ ├── NotFound.js │ │ │ └── Support.js │ │ │ ├── index.css │ │ │ ├── index.js │ │ │ ├── logo.svg │ │ │ ├── reportWebVitals.js │ │ │ └── setupTests.js │ └── form │ │ ├── .gitignore │ │ ├── README.md │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── public │ │ ├── index.html │ │ └── robots.txt │ │ ├── src │ │ ├── App.css │ │ ├── App.js │ │ ├── index.css │ │ └── index.js │ │ └── tailwind.config.js └── React Intermediate class - 3 and 4 │ └── StudyNotion Project App │ ├── .gitignore │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt │ ├── src │ ├── App.css │ ├── App.js │ ├── assets │ │ ├── Logo.svg │ │ ├── frame.png │ │ ├── login.png │ │ └── signup.png │ ├── components │ │ ├── LoginForm.js │ │ ├── Navbar.js │ │ ├── PrivateRoute.js │ │ ├── SignupForm.js │ │ └── Template.js │ ├── index.js │ └── pages │ │ ├── Dashboard.js │ │ ├── Home.js │ │ ├── Login.js │ │ └── Signup.js │ └── tailwind.config.js ├── 9_React_Advanced ├── 1 Random-gif-starter │ ├── .env.example │ ├── .gitignore │ ├── README.md │ ├── package.json │ ├── public │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── robots.txt │ │ └── site.webmanifest │ ├── src │ │ ├── App.jsx │ │ ├── components │ │ │ ├── Random.jsx │ │ │ └── Tag.jsx │ │ ├── hooks │ │ │ └── useGif.js │ │ ├── index.css │ │ └── index.js │ └── tailwind.config.js ├── 2 Class -1 - random-gif-Project │ ├── .env │ ├── .gitignore │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── public │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── robots.txt │ │ └── site.webmanifest │ ├── src │ │ ├── App.jsx │ │ ├── components │ │ │ ├── Random.js │ │ │ ├── Spinner.js │ │ │ └── Tag.js │ │ ├── hooks │ │ │ └── useGif.js │ │ ├── index.css │ │ └── index.js │ └── tailwind.config.js ├── 3 Blogs-context-starter │ ├── .gitignore │ ├── README.md │ ├── package.json │ ├── postcss.config.js │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── logo192.png │ │ ├── logo512.png │ │ ├── manifest.json │ │ └── robots.txt │ ├── src │ │ ├── App.css │ │ ├── App.js │ │ ├── baseUrl.js │ │ ├── index.js │ │ └── logo.svg │ └── tailwind.config.js ├── 4 Class - 2and3 - blogs-context-Project │ ├── .gitignore │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── postcss.config.js │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── logo192.png │ │ ├── logo512.png │ │ ├── manifest.json │ │ └── robots.txt │ ├── src │ │ ├── App.css │ │ ├── App.js │ │ ├── Pages │ │ │ ├── BlogPage.jsx │ │ │ ├── CategoryPage.jsx │ │ │ ├── Home.jsx │ │ │ └── TagPage.jsx │ │ ├── baseUrl.js │ │ ├── components │ │ │ ├── BlogDetails.jsx │ │ │ ├── Blogs.jsx │ │ │ ├── Header.jsx │ │ │ └── Pagination.jsx │ │ ├── context │ │ │ └── AppContext.js │ │ ├── index.js │ │ └── logo.svg │ └── tailwind.config.js ├── 5 Shopping-cart-starter │ ├── package.json │ ├── postcss.config.js │ ├── public │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── index.html │ │ └── site.webmanifest │ ├── src │ │ ├── App.jsx │ │ ├── components │ │ │ ├── CartItem.jsx │ │ │ ├── Navbar.jsx │ │ │ └── Product.jsx │ │ ├── data.js │ │ ├── index.css │ │ ├── index.js │ │ ├── pages │ │ │ ├── Cart.jsx │ │ │ └── Home.jsx │ │ └── redux │ │ │ ├── Slices │ │ │ └── cartSlice.js │ │ │ └── Store.js │ └── tailwind.config.js ├── 6 Class 4and5 - 5 Shopping-cart-Project │ ├── package-lock.json │ ├── package.json │ ├── postcss.config.js │ ├── public │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── logo.png │ │ └── site.webmanifest │ ├── src │ │ ├── App.jsx │ │ ├── components │ │ │ ├── CartItem.jsx │ │ │ ├── Navbar.jsx │ │ │ ├── Product.jsx │ │ │ ├── Spinner.css │ │ │ └── Spinner.jsx │ │ ├── data.js │ │ ├── index.css │ │ ├── index.js │ │ ├── pages │ │ │ ├── Cart.jsx │ │ │ └── Home.jsx │ │ └── redux │ │ │ ├── Slices │ │ │ └── CartSlice.js │ │ │ └── Store.js │ └── tailwind.config.js └── 7 Discord Clone │ ├── package-lock.json │ ├── package.json │ ├── postcss.config.js │ ├── public │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon.ico │ ├── index.html │ └── site.webmanifest │ ├── src │ ├── App.jsx │ ├── components │ │ └── Counter.jsx │ ├── data.js │ ├── index.css │ ├── index.js │ └── redux │ │ ├── slices │ │ └── CounterSlice.jsx │ │ └── store.js │ └── tailwind.config.js ├── JavaScript - Backend ├── 01_How to deploy Backend Code in Production │ ├── .gitignore │ ├── index.js │ ├── package-lock.json │ └── package.json └── 02_Connect Backend with Frontend │ ├── config │ └── db.js │ └── server.js ├── Next JS └── nextjs-with-shadcn │ ├── .eslintrc.json │ ├── .gitignore │ ├── README.md │ ├── components.json │ ├── next.config.js │ ├── package-lock.json │ ├── package.json │ ├── postcss.config.js │ ├── public │ ├── next.svg │ └── vercel.svg │ ├── src │ ├── app │ │ ├── accord │ │ │ └── page.tsx │ │ ├── favicon.ico │ │ ├── globals.css │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── shadcn │ │ │ └── page.tsx │ ├── components │ │ └── ui │ │ │ ├── accordion.tsx │ │ │ ├── alert-dialog.tsx │ │ │ ├── alert.tsx │ │ │ ├── avatar.tsx │ │ │ ├── button.tsx │ │ │ ├── calendar.tsx │ │ │ ├── card.tsx │ │ │ ├── dialog.tsx │ │ │ ├── scroll-area.tsx │ │ │ ├── sonner.tsx │ │ │ ├── table.tsx │ │ │ ├── toast.tsx │ │ │ ├── toaster.tsx │ │ │ └── use-toast.ts │ └── lib │ │ └── utils.ts │ ├── tailwind.config.ts │ └── tsconfig.json └── README.md /0_Pre-requisites-GitGithub-VScode_Setup/APIs_cheatSheet_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/0_Pre-requisites-GitGithub-VScode_Setup/APIs_cheatSheet_original.pdf -------------------------------------------------------------------------------- /0_Pre-requisites-GitGithub-VScode_Setup/chrome extensionschrome for developers_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/0_Pre-requisites-GitGithub-VScode_Setup/chrome extensionschrome for developers_original.pdf -------------------------------------------------------------------------------- /0_Pre-requisites-GitGithub-VScode_Setup/gitGithub_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/0_Pre-requisites-GitGithub-VScode_Setup/gitGithub_original.pdf -------------------------------------------------------------------------------- /0_Pre-requisites-GitGithub-VScode_Setup/setup.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_Pre-requisites-GitGithub-VScode_Setup/vsCode_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/0_Pre-requisites-GitGithub-VScode_Setup/vsCode_original.pdf -------------------------------------------------------------------------------- /1_HTML Basic/CheatSheet_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/CheatSheet_original.pdf -------------------------------------------------------------------------------- /1_HTML Basic/Projects/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5502 3 | } -------------------------------------------------------------------------------- /1_HTML Basic/Projects/Untitled design (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/Projects/Untitled design (3).png -------------------------------------------------------------------------------- /1_HTML Basic/Projects/projectOne.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/Projects/projectOne.html -------------------------------------------------------------------------------- /1_HTML Basic/Projects/projrctTwo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/Projects/projrctTwo.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/1 Learning day 1 - code/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/1 Learning day 1 - code/index.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/1 Learning day 1 - code/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/1 Learning day 1 - code/list.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/1 Learning day 1 - code/style.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/1 Learning day 1 - code/style.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/1 Learning day 1 - code/tofu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/1 Learning day 1 - code/tofu.jpg -------------------------------------------------------------------------------- /1_HTML Basic/codes/2 Learning day 2 - code/developers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/2 Learning day 2 - code/developers.jpg -------------------------------------------------------------------------------- /1_HTML Basic/codes/2 Learning day 2 - code/form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/2 Learning day 2 - code/form.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/2 Learning day 2 - code/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/2 Learning day 2 - code/index.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/2 Learning day 2 - code/table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/2 Learning day 2 - code/table.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/3 Learning Day 3 - code/table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/3 Learning Day 3 - code/table.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/4 Learning Day 4 - code/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /1_HTML Basic/codes/4 Learning Day 4 - code/linkTag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/4 Learning Day 4 - code/linkTag.html -------------------------------------------------------------------------------- /1_HTML Basic/codes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/codes/index.html -------------------------------------------------------------------------------- /1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/1_lecture_notes_HTML_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/1_lecture_notes_HTML_1.pdf -------------------------------------------------------------------------------- /1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/2_HTML_2_Lecture_II_Notes..pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/2_HTML_2_Lecture_II_Notes..pdf -------------------------------------------------------------------------------- /1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/3_Lecture_3_NotesHTML_III.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/3_Lecture_3_NotesHTML_III.pdf -------------------------------------------------------------------------------- /1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/4_Lecture_4_Notes_HTML_IV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/1_HTML Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/4_Lecture_4_Notes_HTML_IV.pdf -------------------------------------------------------------------------------- /2_CSS Basic/Projects/1 Product Cart/Web_Dev_670f900667.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/1 Product Cart/Web_Dev_670f900667.jpg -------------------------------------------------------------------------------- /2_CSS Basic/Projects/1 Product Cart/inde.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/1 Product Cart/inde.html -------------------------------------------------------------------------------- /2_CSS Basic/Projects/1 Product Cart/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/1 Product Cart/style.css -------------------------------------------------------------------------------- /2_CSS Basic/Projects/2 Parallex-Effect Website/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/2 Parallex-Effect Website/background.png -------------------------------------------------------------------------------- /2_CSS Basic/Projects/2 Parallex-Effect Website/foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/2 Parallex-Effect Website/foreground.png -------------------------------------------------------------------------------- /2_CSS Basic/Projects/2 Parallex-Effect Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/2 Parallex-Effect Website/index.html -------------------------------------------------------------------------------- /2_CSS Basic/Projects/2 Parallex-Effect Website/sport-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/2 Parallex-Effect Website/sport-1.jpg -------------------------------------------------------------------------------- /2_CSS Basic/Projects/2 Parallex-Effect Website/sport-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/2 Parallex-Effect Website/sport-2.jpg -------------------------------------------------------------------------------- /2_CSS Basic/Projects/2 Parallex-Effect Website/sport-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/2 Parallex-Effect Website/sport-3.jpg -------------------------------------------------------------------------------- /2_CSS Basic/Projects/2 Parallex-Effect Website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/Projects/2 Parallex-Effect Website/style.css -------------------------------------------------------------------------------- /2_CSS Basic/cheatSheet_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/cheatSheet_original.pdf -------------------------------------------------------------------------------- /2_CSS Basic/codes/1 Learning day 1 - code/addStyle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/1 Learning day 1 - code/addStyle/.DS_Store -------------------------------------------------------------------------------- /2_CSS Basic/codes/1 Learning day 1 - code/addStyle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/1 Learning day 1 - code/addStyle/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/1 Learning day 1 - code/addStyle/styles.css: -------------------------------------------------------------------------------- 1 | p { 2 | color: yellow; 3 | } -------------------------------------------------------------------------------- /2_CSS Basic/codes/1 Learning day 1 - code/boxModel/box.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/1 Learning day 1 - code/boxModel/box.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/1 Learning day 1 - code/boxModel/pixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/1 Learning day 1 - code/boxModel/pixel.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/1 Learning day 1 - code/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/1 Learning day 1 - code/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/dimensions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/dimensions/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/dimensions/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/dimensions/styles.css -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/gradient/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/gradient/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/gradient/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/gradient/styles.css -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/position/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/position/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/position/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/position/styles.css -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/shadows/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/shadows/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/shadows/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/shadows/styles.css -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/transform/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/transform/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/transform/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/transform/styles.css -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/transform3D/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/transform3D/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/2 Learning day 2 - code/transform3D/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/2 Learning day 2 - code/transform3D/styles.css -------------------------------------------------------------------------------- /2_CSS Basic/codes/3 Learning day 3 - code/flexPractice/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/3 Learning day 3 - code/flexPractice/index.html -------------------------------------------------------------------------------- /2_CSS Basic/codes/3 Learning day 3 - code/flexPractice/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/codes/3 Learning day 3 - code/flexPractice/styles.css -------------------------------------------------------------------------------- /2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_III_Lecture_3_notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_III_Lecture_3_notes.pdf -------------------------------------------------------------------------------- /2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_II_Noteslecture_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_II_Noteslecture_2.pdf -------------------------------------------------------------------------------- /2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_IV_lecture_4_notes_Grid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_IV_lecture_4_notes_Grid.pdf -------------------------------------------------------------------------------- /2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_Lecture_1_Complete_Notes_Part_1__2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/2_CSS Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_Lecture_1_Complete_Notes_Part_1__2.pdf -------------------------------------------------------------------------------- /2_CSS Basic/index.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/chrome extensionschrome for developers_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/chrome extensionschrome for developers_original.pdf -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/advGrids/grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/advGrids/grid.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/advGrids/grids.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/advGrids/grids.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/post.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/posts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/posts.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/blogWebsite/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/mediaQueries/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/mediaQueries/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/mediaQueries/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/mediaQueries/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/nestedgrids/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/nestedgrids/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/nestedgrids/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/nestedgrids/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/properties/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/properties/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/properties/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/properties/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/templateArea/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/templateArea/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/1 Day one - code/templateArea/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/1 Day one - code/templateArea/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/2 Day two - code/animations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/2 Day two - code/animations/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/2 Day two - code/animations/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/2 Day two - code/animations/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/2 Day two - code/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/2 Day two - code/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/2 Day two - code/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/2 Day two - code/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/2 Day two - code/transition/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/2 Day two - code/transition/index.html -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/codes/2 Day two - code/transition/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/codes/2 Day two - code/transition/styles.css -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_Animation_Lecture_Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_Animation_Lecture_Notes.pdf -------------------------------------------------------------------------------- /3_AnimationAndResponsiveness/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_Transition_Notes_Animation_Lecture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/3_AnimationAndResponsiveness/handWritten-note(dot-batch)-by-Rishabh Kushwaha/CSS_Transition_Notes_Animation_Lecture.pdf -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/.gitignore -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/CTABg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/CTABg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/Xicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/Xicon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/api-driven-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/api-driven-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/autopay-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/autopay-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/buisness-banking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/buisness-banking.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/capital-credit-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/capital-credit-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/comanies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/comanies.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/core-features-sectionBg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/core-features-sectionBg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/ctaImg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/ctaImg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/current-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/current-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/dashboard-reporting-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/dashboard-reporting-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/easy-integration.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/easy-integration.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/facebook-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/facebook-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/fake-company-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/fake-company-logo.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/favicon.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/feature-section-2BG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/feature-section-2BG.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/feature-section1-dottedrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/feature-section1-dottedrows.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/features-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/features-wave.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/features2-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/features2-wave.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/footer-certificate-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/footer-certificate-1.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/footer-certificate-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/footer-certificate-2.jpg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/github-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/github-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/hero-illustration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/hero-illustration.jpg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/hero-shape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/hero-shape.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/india-flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/india-flag.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/industry-support-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/industry-support-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/instagram-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/instagram-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/instant-activation-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/instant-activation-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/instant-settlement-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/instant-settlement-bg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/instant-settlement-bghover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/instant-settlement-bghover.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/instant-settlement-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/instant-settlement-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/instantsettlement-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/instantsettlement-bg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/instantsettlement-hoverbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/instantsettlement-hoverbg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/linkedin-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/linkedin-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/logo-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/logo-dark.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/logo.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/magic-checkout-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/magic-checkout-bg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/magic-checkout-hoverbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/magic-checkout-hoverbg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/magic-checkout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/magic-checkout.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-button-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-button-bg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-button-hoverbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-button-hoverbg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-button.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-buttons-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-buttons-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-gateway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-gateway.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-link-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-link-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-modes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-modes.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-pages-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-pages-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payment-suite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payment-suite.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/payouts-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/payouts-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/quotes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/quotes.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/razorpayX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/razorpayX.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/razorpayXicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/razorpayXicon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/route-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/route-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/secure-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/secure-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/simple-pricing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/simple-pricing.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/smart-collect-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/smart-collect-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/subscriptions-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/subscriptions-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/testimonial.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/testimonial.jpg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/twitter-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/twitter-icon.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/upi-autopay-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/upi-autopay-bg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/upi-autopay-hoverbg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/upi-autopay-hoverbg.svg -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/x-flame-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/x-flame-1.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/images/x-flame-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/images/x-flame-2.png -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/index.html -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/main.css -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/package-lock.json -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/package.json -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/postcss.config.js -------------------------------------------------------------------------------- /4_Tailwind Project/Razorpay Clone/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/4_Tailwind Project/Razorpay Clone/tailwind.config.js -------------------------------------------------------------------------------- /5_Javascript Basic/cheatSheet_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/5_Javascript Basic/cheatSheet_original.pdf -------------------------------------------------------------------------------- /5_Javascript Basic/codes/1 - day code/index.js: -------------------------------------------------------------------------------- 1 | console.log("welcome to all..") -------------------------------------------------------------------------------- /5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_Lec2_Notes (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_Lec2_Notes (1).pdf -------------------------------------------------------------------------------- /5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_lecture_1_Notes (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_lecture_1_Notes (1).pdf -------------------------------------------------------------------------------- /5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_lecture_3_Notes (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_lecture_3_Notes (1).pdf -------------------------------------------------------------------------------- /5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_lecture_4_notes (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/5_Javascript Basic/handWritten-note(dot-batch)-by-Rishabh Kushwaha/Javascript_lecture_4_notes (1).pdf -------------------------------------------------------------------------------- /5_Javascript Basic/index.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /6_JS(Dom_Manipulation-And-Modern-JS)/APIs_cheatSheet_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/6_JS(Dom_Manipulation-And-Modern-JS)/APIs_cheatSheet_original.pdf -------------------------------------------------------------------------------- /6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_1_Notes (2).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_1_Notes (2).pdf -------------------------------------------------------------------------------- /6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_2_Notes (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_2_Notes (1).pdf -------------------------------------------------------------------------------- /6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_3_Notes (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_3_Notes (1).pdf -------------------------------------------------------------------------------- /6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_4_Notes (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/6_JS(Dom_Manipulation-And-Modern-JS)/handWritten-note(dot-batch)-by-Rishabh Kushwaha/JS_DOM_Lec_4_Notes (1).pdf -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/.gitignore -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/README.md -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/package-lock.json -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/package.json -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/public/index.html -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/public/robots.txt -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/src/App.css: -------------------------------------------------------------------------------- 1 | /* write your css here */ 2 | -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/src/App.js -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/src/index.css -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/src/index.js -------------------------------------------------------------------------------- /7_React_Basic/1 React-tailwind-css-starter-pack-main/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/1 React-tailwind-css-starter-pack-main/tailwind.config.js -------------------------------------------------------------------------------- /7_React_Basic/Notes/REACT_Basics_Lec_2_Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/Notes/REACT_Basics_Lec_2_Notes.pdf -------------------------------------------------------------------------------- /7_React_Basic/Notes/REACT_Basics_Lec_4_Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/Notes/REACT_Basics_Lec_4_Notes.pdf -------------------------------------------------------------------------------- /7_React_Basic/Notes/React_Basics_Lec_1_Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/Notes/React_Basics_Lec_1_Notes.pdf -------------------------------------------------------------------------------- /7_React_Basic/React_Basic_CheatSheet_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/7_React_Basic/React_Basic_CheatSheet_original.pdf -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/.gitignore -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/README.md -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/package-lock.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/package.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/public/favicon.ico -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/public/index.html -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/public/logo192.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/public/logo512.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/public/manifest.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/public/robots.txt -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/App.css -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/App.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/App.test.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/index.css -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/index.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/logo.svg -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/reportWebVitals.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 1/formapp/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 1/formapp/src/setupTests.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/.gitignore -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/README.md -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/package-lock.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/package.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/favicon.ico -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/index.html -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/logo192.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/logo512.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/manifest.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/public/robots.txt -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/App.css -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/App.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/App.test.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/About.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/About.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/Home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/Home.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/Labs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/Labs.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/MainHeader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/MainHeader.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/NotFound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/NotFound.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/Support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/components/Support.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/index.css -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/index.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/logo.svg -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/reportWebVitals.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/React Router Navbar Project/src/setupTests.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/.gitignore -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/README.md -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/package-lock.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/package.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/public/index.html -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/public/robots.txt -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/src/App.css: -------------------------------------------------------------------------------- 1 | /* write your css here */ 2 | -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/src/App.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/src/index.css -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/src/index.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 2/form/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 2/form/tailwind.config.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/.gitignore -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/README.md -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/package-lock.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/package.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/favicon.ico -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/index.html -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/logo192.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/logo512.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/manifest.json -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/public/robots.txt -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/App.css -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/App.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/Logo.svg -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/frame.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/login.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/assets/signup.png -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/LoginForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/LoginForm.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/Navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/Navbar.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/PrivateRoute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/PrivateRoute.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/SignupForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/SignupForm.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/Template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/components/Template.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/index.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Dashboard.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Home.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Login.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Signup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/src/pages/Signup.js -------------------------------------------------------------------------------- /8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/8_React Intermediate/React Intermediate class - 3 and 4/StudyNotion Project App/tailwind.config.js -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/.env.example -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/.gitignore -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/README.md: -------------------------------------------------------------------------------- 1 | # random-gifs -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/package.json -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/android-chrome-192x192.png -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/android-chrome-512x512.png -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/apple-touch-icon.png -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/favicon-16x16.png -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/favicon-32x32.png -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/favicon.ico -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/index.html -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/robots.txt -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/public/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/public/site.webmanifest -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/src/App.jsx -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/src/components/Random.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/src/components/Random.jsx -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/src/components/Tag.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/src/components/Tag.jsx -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/src/hooks/useGif.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/src/hooks/useGif.js -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/src/index.css -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/src/index.js -------------------------------------------------------------------------------- /9_React_Advanced/1 Random-gif-starter/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/1 Random-gif-starter/tailwind.config.js -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/.env: -------------------------------------------------------------------------------- 1 | 2 | REACT_APP_GIPHY_API_KEY='kC0kZcGTTNZITKMQPLaxGwHeGpwYMn4S' -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/.gitignore -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/README.md: -------------------------------------------------------------------------------- 1 | # random-gifs -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/package-lock.json -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/package.json -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/android-chrome-192x192.png -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/android-chrome-512x512.png -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/apple-touch-icon.png -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/favicon-16x16.png -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/favicon-32x32.png -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/favicon.ico -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/index.html -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/robots.txt -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/public/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/public/site.webmanifest -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/src/App.jsx -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/src/components/Random.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/src/components/Random.js -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/src/components/Spinner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/src/components/Spinner.js -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/src/components/Tag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/src/components/Tag.js -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/src/hooks/useGif.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/src/hooks/useGif.js -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/src/index.css -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/src/index.js -------------------------------------------------------------------------------- /9_React_Advanced/2 Class -1 - random-gif-Project/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/2 Class -1 - random-gif-Project/tailwind.config.js -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/.gitignore -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/README.md -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/package.json -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/postcss.config.js -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/public/favicon.ico -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/public/index.html -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/public/logo192.png -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/public/logo512.png -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/public/manifest.json -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/public/robots.txt -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandeepatel01/Mern-Stack-Development/HEAD/9_React_Advanced/3 Blogs-context-starter/src/App.css -------------------------------------------------------------------------------- /9_React_Advanced/3 Blogs-context-starter/src/App.js: -------------------------------------------------------------------------------- 1 | export default function App() { 2 | return