kernel-kun / sessional-assement-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDO:

C2Ladders API https://c2-ladders.com/api/ladder?startRating=${start_rating}&endRating=${end_rating} CF https://codeforces.com/api/user.info?handles=DmitriyH https://codeforces.com/api/user.status?handle=Fefer_Ivan&from=1&count=10

https://cors-anywhere.herokuapp.com/corsdemo

Deploying my own CORS Workers Service:

GitHub Repo   :  https://github.com/Zibri/cloudflare-cors-anywhere  
My Service    :  https://cors.just-testing-stuff.workers.dev/?{URL}  

Deploying my own Redirect Service:

GitHub Gist   :  https://gist.github.com/kernel-kun/b60e0e5e6d20b2e6572eebc4f2ff9bd1  
My Service    :  https://redirect.just-testing-stuff.workers.dev/  

Articles:

How to sort react list https://javascript.plainenglish.io/sorting-react-components-using-sort-c443878731ac https://stackoverflow.com/questions/48764203/how-to-sort-list-of-react-components-based-on-different-properties

Doubts:

  • Why can't we use svg inside img tag?
  • Why adding vite build --base=./ inside package.json fixed error with cannot find index.{...}.js [NOTE: This was similar to setting homepage: "." for cra Webpack]

About


Languages

Language:JavaScript 96.6%Language:HTML 3.4%