Coder Social home page Coder Social logo

longwater1234 / wedemyclient Goto Github PK

View Code? Open in Web Editor NEW
39.0 4.0 13.0 3.23 MB

Udemy Clone PWA, (frontend) built using Vue 3, Vite, Element Plus + TypeScript + Paypal, and Pinia (No Vuex!)

Home Page: https://wedemy.up.railway.app

License: MIT License

HTML 0.94% Vue 80.15% TypeScript 14.04% JavaScript 1.21% Shell 0.06% CSS 3.60%
vuejs typescript vue3 element-plus paypal googlesignin onlinelearning payments udemy-clone pinia

wedemyclient's People

Contributors

dependabot[bot] avatar longwater1234 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wedemyclient's Issues

course progress calculation is wrong.

  • Currently progress = currentLessonPostion / totalLessons, which is wrong
  • Meaning if i start lesson 1 then skip to lesson 9 of 10, progress shows 90%.
  • should show 20%.
  • Correction: count(watchedLessons) / totalLessons.

Add customLesson interface

Write it as follows:

export interface CustomLesson{
id: string;
lesson_name: string;
position: number;
video_length: string;
isWatched: boolean 
}

Add badges on Readme

Add relevant badges on homepage.

  • License
  • Npm version
  • code climate
  • PR welcome
  • Dependencies

Regex for Password

Please add this in signup regex

/^(?=.*[0-9])(?=.*[a-zA-Z]).*([a-zA-Z0-9]+)?$/gm

Reviews should show lastUpdated date

  • if not Null, Show lastUpdated, else show createdAt. Add text "updated {updated_at} "
  • Insert new field in interface Review.
  • Prop should be custom Interfaces and not just Object
  • see line below
    line

CREATE ANOTHER for 401

  • NEED TO CREATE axios interceptor for all 401 errors.
  • Redirect to 401, and show notification "logged out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.