├─ Tree_Diagram/
│ ├─ edu_planet_frontend/
│ │ ├─ .gitignore
│ │ ├─ .gitlab-ci.yml
│ │ ├─ Dockerfile
│ │ ├─ eslint/
│ │ ├─ package-lock.json
│ │ ├─ package.json
│ │ ├─ README.md
│ │ ├─ yarn.lock
│ ├─ .git/
│ │ ├─ config
│ │ ├─ description
│ │ ├─ HEAD
│ │ ├─ index
│ │ ├─ packed-refs
│ ├─ hooks/
│ │ ├─ applypatch-msg.sample
│ │ ├─ commit-msg.sample
│ │ ├─ fsmonitor-watchman.sample
│ │ ├─ post-update.sample
│ │ ├─ pre-applypatch.sample
│ │ ├─ pre-commit.sample
│ │ ├─ pre-merge-commit.sample
│ │ ├─ pre-push.sample
│ │ ├─ pre-rebase.sample
│ │ ├─ pre-receive.sample
│ │ ├─ prepare-commit-msg.sample
│ │ ├─ push-to-checkout.sample
│ │ ├─ sendemail-validate.sample
│ │ ├─ update.sample
│ ├─ info/
│ │ ├─ exclude
│ ├─ logs/
│ │ ├─ HEAD
│ ├─ refs/
│ │ ├─ heads/
│ │ │ ├─ main
│ │ ├─ remotes/
│ │ │ ├─ origin/
│ │ │ │ ├─ HEAD
│ │ ├─ tags/
│ ├─ public/
│ │ ├─ akhi.png
│ │ ├─ anaiya.png
│ │ ├─ angad.png
│ │ ├─ aryan.png
│ │ ├─ dev.png
│ │ ├─ favicon.ico
│ │ ├─ gauhrishi.png
│ │ ├─ index.html
│ │ ├─ logo192.png
│ │ ├─ logo512.png
│ │ ├─ maahir.png
│ │ ├─ manifest.json
│ │ ├─ maulik.png
│ │ ├─ robots.txt
│ ├─ src/
│ │ ├─ App.css
│ │ ├─ App.js
│ │ ├─ App.test.js
│ │ ├─ Config.json
│ │ ├─ index.css
│ │ ├─ index.js
│ │ ├─ logo.svg
│ │ ├─ reportWebVitals.js
│ │ ├─ setupTests.js
│ ├─ Assets/
│ │ ├─ about-img.jpeg
│ │ ├─ contact.png
│ │ ├─ course-img.png
│ │ ├─ home.png
│ │ ├─ image.png
│ │ ├─ image2.png
│ │ ├─ insta-icon.png
│ │ ├─ logo.png
│ │ ├─ meet-director-img.png
│ │ ├─ Meetteam.jpeg
│ │ ├─ minus-img.png
│ │ ├─ plus-img.png
│ │ ├─ success.png
│ ├─ css/
│ │ ├─ banner.css
│ │ ├─ buttons.css
│ │ ├─ class-names.css
│ │ ├─ footer.css
│ │ ├─ main.css
│ │ ├─ navbar.css
│ │ ├─ variable.css
│ ├─ Feature/
│ │ ├─ AboutUs/
│ │ │ ├─ Component/
│ │ │ │ ├─ Bannerabout.tsx
│ │ │ │ ├─ History.tsx
│ │ │ │ ├─ Meetourdirector.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Aboutus.tsx
│ │ ├─ ContactUs/
│ │ │ ├─ Component/
│ │ │ │ ├─ Bannercontact.tsx
│ │ │ │ ├─ Getintouch.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Contactus.tsx
│ │ ├─ Courses/
│ │ │ ├─ Component/
│ │ │ │ ├─ Bannercourses.tsx
│ │ │ │ ├─ Boardcatgories.tsx
│ │ │ │ ├─ Popularcourses.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Coursespersonalised.tsx
│ │ ├─ FAQ/
│ │ │ ├─ Component/
│ │ │ │ ├─ Commonaskquestio.tsx
│ │ │ │ ├─ Faqbanner.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Faq.tsx
│ │ ├─ Home/
│ │ │ ├─ Component/
│ │ │ │ ├─ Banner.tsx
│ │ │ │ ├─ Competition.tsx
│ │ │ │ ├─ Gap.tsx
│ │ │ │ ├─ Map.tsx
│ │ │ │ ├─ Ourservices.tsx
│ │ │ │ ├─ Result.tsx
│ │ │ │ ├─ Whychooseus.tsx
│ │ │ │ ├─ Whyweare.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Homepage.tsx
│ │ ├─ Privacy/
│ │ │ ├─ Component/
│ │ │ │ ├─ Privacybanner.tsx
│ │ │ │ ├─ Textprivacy.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Privecypolicies.tsx
│ │ ├─ Share/
│ │ │ ├─ Footer.tsx
│ │ │ ├─ Navbar.tsx
│ │ ├─ Success/
│ │ │ ├─ Component/
│ │ │ │ ├─ Banners.tsx
│ │ │ │ ├─ Success.tsx
│ │ │ │ ├─ Successmyp.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Successstories.tsx
│ │ ├─ T&C/
│ │ │ ├─ Component/
│ │ │ │ ├─ Termbanner.tsx
│ │ │ │ ├─ Termtext.tsx
│ │ │ ├─ Container/
│ │ │ │ ├─ Termsandcondition.tsx
│ ├─ Helpers/
│ │ ├─ HttpUtils.ts