• Stars
    star
    1
  • Language
    JavaScript
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Suppose you are to make a mini version of PSL. Requirements are as follows 1. Admin should be able to add a new match. 2. On New match screen admin should be able to select two teams out of following Karachi Kings, Multan Sultans, Peshawar Zalmi, Lahore Qalanders, Islamabad United, Quetta Gladiators. 3. Both teams must be selected and must be different teams. e.g. a team cannot play with itself. 4. Not logged in user should only be able to view all matches list. 5 Each match must have following attributes a: city: in which the match will be played b: date: on which the match will be played c: team A d: team B 6. only logged in user which is by default an admin will be able to add new match 7. admin should be able to login Instructions: you are free to choose any library, framework but it must be from one of the following 1. Node 2. React 3. Express 4. Pug 5. bootstrap 6. JQuery Supporting packages are allowed to choose. You may device any strategy for authentication and data handling. signup form is optional. Submit this form for submission