├── .firebase └── hosting.YnVpbGQ.cache ├── .firebaserc ├── .github └── ISSUE_TEMPLATE │ ├── bug.yml │ ├── docs.yml │ ├── feature_request.yml │ └── other.yml ├── .gitignore ├── .gitpod.yml ├── .vscode └── settings.json ├── Contributing.md ├── LICENSE ├── README.md ├── V2ReleaseNotes.md ├── firebase.json ├── index.html ├── package.json ├── postcss.config.cjs ├── public ├── favicon.ico ├── index.html ├── logo192.png ├── logo512.png ├── manifest.json └── robots.txt ├── src ├── App.js ├── App.jsx ├── components │ ├── AdvertBanner.jsx │ ├── BackToTop.jsx │ ├── FeaturedDeveloper.jsx │ ├── Footer.jsx │ ├── Layout.jsx │ ├── LinksComponent.jsx │ ├── Modal.jsx │ ├── Navbar.jsx │ └── ProjestNav.jsx ├── firebase.js ├── images │ ├── NameCheap.png │ ├── addProject.png │ └── explore.png ├── index.css ├── index.js ├── pages │ ├── 404.jsx │ ├── AddProject.jsx │ ├── Articles.jsx │ ├── Contributing.jsx │ ├── DevRe.jsx │ ├── Doc.jsx │ ├── HomePage.jsx │ ├── Login.jsx │ ├── Logout.jsx │ ├── PrivacyPolicy.jsx │ ├── Registration.jsx │ ├── Success.jsx │ ├── Terms.jsx │ └── ViewProject.jsx ├── sections │ ├── DevelopersSection.jsx │ ├── FeaturedProjects.jsx │ ├── ProjestHero.jsx │ ├── TestimonialSection.jsx │ └── WhyProjest.jsx └── tags.css ├── tailwind.config.js └── vite.config.js /.firebase/hosting.YnVpbGQ.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.firebase/hosting.YnVpbGQ.cache -------------------------------------------------------------------------------- /.firebaserc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.firebaserc -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.github/ISSUE_TEMPLATE/docs.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/other.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.github/ISSUE_TEMPLATE/other.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitpod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.gitpod.yml -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/README.md -------------------------------------------------------------------------------- /V2ReleaseNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/V2ReleaseNotes.md -------------------------------------------------------------------------------- /firebase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/firebase.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/postcss.config.cjs -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/public/index.html -------------------------------------------------------------------------------- /public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/public/logo192.png -------------------------------------------------------------------------------- /public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/public/logo512.png -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/public/manifest.json -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/public/robots.txt -------------------------------------------------------------------------------- /src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/App.js -------------------------------------------------------------------------------- /src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/App.jsx -------------------------------------------------------------------------------- /src/components/AdvertBanner.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/AdvertBanner.jsx -------------------------------------------------------------------------------- /src/components/BackToTop.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/BackToTop.jsx -------------------------------------------------------------------------------- /src/components/FeaturedDeveloper.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/FeaturedDeveloper.jsx -------------------------------------------------------------------------------- /src/components/Footer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/Footer.jsx -------------------------------------------------------------------------------- /src/components/Layout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/Layout.jsx -------------------------------------------------------------------------------- /src/components/LinksComponent.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/LinksComponent.jsx -------------------------------------------------------------------------------- /src/components/Modal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/Modal.jsx -------------------------------------------------------------------------------- /src/components/Navbar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/Navbar.jsx -------------------------------------------------------------------------------- /src/components/ProjestNav.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/components/ProjestNav.jsx -------------------------------------------------------------------------------- /src/firebase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/firebase.js -------------------------------------------------------------------------------- /src/images/NameCheap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/images/NameCheap.png -------------------------------------------------------------------------------- /src/images/addProject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/images/addProject.png -------------------------------------------------------------------------------- /src/images/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/images/explore.png -------------------------------------------------------------------------------- /src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/index.css -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/index.js -------------------------------------------------------------------------------- /src/pages/404.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/404.jsx -------------------------------------------------------------------------------- /src/pages/AddProject.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/AddProject.jsx -------------------------------------------------------------------------------- /src/pages/Articles.jsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pages/Contributing.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/Contributing.jsx -------------------------------------------------------------------------------- /src/pages/DevRe.jsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pages/Doc.jsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pages/HomePage.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/HomePage.jsx -------------------------------------------------------------------------------- /src/pages/Login.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/Login.jsx -------------------------------------------------------------------------------- /src/pages/Logout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/Logout.jsx -------------------------------------------------------------------------------- /src/pages/PrivacyPolicy.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/PrivacyPolicy.jsx -------------------------------------------------------------------------------- /src/pages/Registration.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/Registration.jsx -------------------------------------------------------------------------------- /src/pages/Success.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/Success.jsx -------------------------------------------------------------------------------- /src/pages/Terms.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/Terms.jsx -------------------------------------------------------------------------------- /src/pages/ViewProject.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/pages/ViewProject.jsx -------------------------------------------------------------------------------- /src/sections/DevelopersSection.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/sections/DevelopersSection.jsx -------------------------------------------------------------------------------- /src/sections/FeaturedProjects.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/sections/FeaturedProjects.jsx -------------------------------------------------------------------------------- /src/sections/ProjestHero.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/sections/ProjestHero.jsx -------------------------------------------------------------------------------- /src/sections/TestimonialSection.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/sections/TestimonialSection.jsx -------------------------------------------------------------------------------- /src/sections/WhyProjest.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/sections/WhyProjest.jsx -------------------------------------------------------------------------------- /src/tags.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/src/tags.css -------------------------------------------------------------------------------- /tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/tailwind.config.js -------------------------------------------------------------------------------- /vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frenziecodes/Projest/HEAD/vite.config.js --------------------------------------------------------------------------------