{"id":19884645,"url":"https://github.com/longwater1234/wedemyclient","last_synced_at":"2025-05-02T15:31:09.213Z","repository":{"id":44450383,"uuid":"411739309","full_name":"Longwater1234/WedemyClient","owner":"Longwater1234","description":"Udemy Clone PWA, (frontend) built using Vue 3, Vite,  Element Plus + TypeScript + Paypal, and Pinia (No Vuex!)","archived":false,"fork":false,"pushed_at":"2025-04-29T10:55:20.000Z","size":3458,"stargazers_count":43,"open_issues_count":2,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-29T11:44:14.366Z","etag":null,"topics":["element-plus","googlesignin","onlinelearning","payments","paypal","pinia","typescript","udemy-clone","vite","vue3","vuejs"],"latest_commit_sha":null,"homepage":"https://wedemy.up.railway.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Longwater1234.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-09-29T15:58:01.000Z","updated_at":"2025-04-29T10:55:18.000Z","dependencies_parsed_at":"2022-07-16T11:00:31.026Z","dependency_job_id":"dc21d2e0-f675-40d4-af57-ae75527b07f8","html_url":"https://github.com/Longwater1234/WedemyClient","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longwater1234%2FWedemyClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longwater1234%2FWedemyClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longwater1234%2FWedemyClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longwater1234%2FWedemyClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Longwater1234","download_url":"https://codeload.github.com/Longwater1234/WedemyClient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252062764,"owners_count":21688595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["element-plus","googlesignin","onlinelearning","payments","paypal","pinia","typescript","udemy-clone","vite","vue3","vuejs"],"created_at":"2024-11-12T17:28:30.221Z","updated_at":"2025-05-02T15:31:09.190Z","avatar_url":"https://github.com/Longwater1234.png","language":"Vue","funding_links":["https://developer.paypal.com/braintree/docs/guides/credit-cards/testing-go-live/java","https://developer.paypal.com/braintree/docs","https://developer.paypal.com/braintree/docs/guides/drop-in/setup-and-integration/javascript/v3"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"src/assets/logo_final_purple.png\" alt=\"wedemy-logo\"/\u003e \u003c/div\u003e\n\u003cdiv\u003eWedemyClient\u003c/div\u003e\n\u003c/h1\u003e\n\n![Version](https://img.shields.io/badge/version-2.0.0-blue.svg?cacheSeconds=2592000)\n![Prerequisite](https://img.shields.io/badge/node-20.x-blue.svg)\n[![Package - vue](https://img.shields.io/github/package-json/dependency-version/Longwater1234/wedemyclient/vue?color=blue)](https://www.npmjs.com/package/vue)\n[![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=flat\u0026logo=vite\u0026logoColor=white)](https://www.npmjs.com/package/vite)\n[![License: MIT](https://img.shields.io/github/license/Longwater1234/WedemyClient)](https://github.com/Longwater1234/WedemyClient/blob/master/LICENSE)\n[![Package - typescript](https://img.shields.io/github/package-json/dependency-version/Longwater1234/wedemyclient/dev/typescript?color=blue)](https://www.npmjs.com/package/typescript)\n\n(Frontend Repo). Clone of Udemy, PWA (progressive web app) built using Vue 3, Vite, Typescript, Pinia, and Element Plus.\nAt checkout, payments are securely handled by **Braintree Payments** (owned by PayPal), which also supports cards, Apple\nPay, GooglePay, Venmo and many other methods. This project implements Credit-Card and PayPal Checkout only. This is the\nStudent-facing web app -- does NOT include Instructor or Admin panel. Users may log in with either email/password or\nwith Google.\n\n### Disclaimer ⚠\n\n\u003e Wedemy is an open-source project developed for learning purposes only. It is NOT associated with or endorsed\n\u003e by Udemy, Inc. Any resemblance to Udemy or its services is purely inspirational.\n\n## Backend Repo\n\nThe backend for the Demo is a separate Java Springboot\napplication [available here](https://github.com/Longwater1234/WedemyServer) with API Docs. However, you may use any\nserver framework or language you like with this project.\n\n## Install\n\n```sh\n# Requires node 20.x or higher\nnpm install\n```\n\n## Usage\n\nIn local development, the app runs on port 5173 by default. You can change it in [vite.config.ts](vite.config.ts).\nCreate an `.env` file at project root directory and fill in appropriate values (see `.env.sample`).\n\n```sh\nnpm run dev\n```\n\nFor production, run `npm run build`, then follow official Vite guide\non [deployment](https://vitejs.dev/guide/static-deploy.html), depending on your hosting of choice. Remember to set ENV\nvariables on your target Cloud platform.\n\n## [Live Demo](https://wedemy.up.railway.app/)\n\nPLEASE READ: The Demo uses Sandbox (Dev) Mode of Braintree Payments. **No actual money will be deducted on Checkout**.\nYou **should** use test credit-card\nnumbers [listed here](https://developer.paypal.com/braintree/docs/guides/credit-cards/testing-go-live/java). Also, this\nDemo serves embedded video from YouTube (just for simplicity).\n\n### Test Accounts for Demo\n\nIf you don't want to Register, you can still play around the live demo using any of the Test accounts. Visit the login\npage and click **Login with Test Account** button.\n\n## Required 3rd party Services\n\n- [Google OAuth Credentials](https://console.developers.google.com/apis/credentials) (for Google Login)\n- [Braintree Developer](https://developer.paypal.com/braintree/docs) Account (for payments handling)\n- (OPTIONAL) Free PayPal Business Account.\n- (OPTIONAL) Free HCaptcha account (login and SignUp pages)\n\n## Resources - learn more\n\n- [Vite](https://vitejs.dev/guide/) - official Guide\n- [Braintree Payments docs](https://developer.paypal.com/braintree/docs/guides/drop-in/setup-and-integration/javascript/v3)\n- [Google Login docs](https://developers.google.com/identity/gsi/web/guides/overview) - latest version for Web\n- [Element Plus](https://element-plus.org/en-US/) - UI framework for VueJS.\n- [Pinia docs](https://pinia.vuejs.org/) - modern store for Vue (replacing VueX)\n- [Vue DevTools](https://devtools.vuejs.org/guide/installation.html) -✨ plugin for all major Browsers\n- [sql-to-ts](https://rmp135.github.io/sql-ts/) -✨ quick Db Schema (SQL) --\u003e TS Interface generator\n\n## Deploying your App 🌍\n\nThis App can be easily deployed within few minutes, straight from GitHub to your Cloud PaaS of choice. Popular PaaS with CI/CD for VueJS projects\ninclude: Heroku, AWS Amplify, Vercel, Netlify, Azure Web Apps. The following may **require** a Dockerfile:\nDokku, Railway, Render.com, Fly.io. Do not forget to set ENV variables as shown in `env.sample` file!\n\n## Pull Requests \u0026 Contributions\n\nContributions, issues and feature requests are welcome!\nFeel free to check [issues page](https://github.com//Longwater1234/WedemyClient/issues). For more TODO's for this\nproject, see list in [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## 📝 License\n\n\u0026copy; 2022 Davis Tibbz\nThis project is [MIT](https://github.com/Longwater1234/WedemyClient/blob/master/LICENSE) licensed.\n\n### Credits\n\n- Logo by author (@Longwater1234). [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1) License.\n- Homepage banner image: [Avi Richards, Unsplash](https://unsplash.com/@avirichards)\n- Demo video content: all creators listed on \"Credits\" webpage.\n- Web font used: [Fira Sans](https://fonts.google.com/specimen/Fira%20Sans)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongwater1234%2Fwedemyclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongwater1234%2Fwedemyclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongwater1234%2Fwedemyclient/lists"}