Leaderboard for GoogleCloudReady Facilitator program.

Overview

GoogleCloudReady Facilitator Program Leaderboard

Introduction

What is GoogleCloudReady Facilitator program?

The GoogleCloudReady Facilitator program will provide you an opportunity to kickstart your career in cloud and get hands on practice on Google Cloud - the tool that powers apps like Google Search, Gmail and YouTube.

Along the way, you will learn & practice concepts like computing, application development, big data & machine learning using cloud & if you get stuck, you will have your "Facilitators" who are specially trained on Google Cloud to help.

Why should you participate in the program?

  • You can showcase what you've learned here to your professional network using Google Cloud-hosted quest & skill badges that you can add to your resume and professional profiles like LinkedIn.
  • And on top of these amazing badges, you get a chance to win some really cool Google Cloud goodies.

Resources

Program's Syllabus

The program will introduce you to Computing, Application Development, Big Data & Machine Learning using Google Cloud's training platform called Google Cloud Skills Boost where you will learn each of these topic using self-paced labs that provides you temporary credentials to Google Cloud Platform, so you can learn the cloud using the real thing – no simulations.

See the program's syllabus here.

Rules for availing the prizes

To earn prizes in the program, you need to acheive some certain milestones - "The higher the milstones, the higher the prize!"

See the milestones and the prizes associated with them below. We will record your progress on a daily basis and will evaluate it at the end of the program i.e. 25th June 2022 11:59 PM.

Kick-off Session GoogleCloudReady Facilitator Program 2022

Project Details

About the Project

This project is a leaderboard for the students of Jalpaiguri Government Engineering College participating in the GoogleCloudReady Facilitator program.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

  1. Clone and cd into project:
git clone https://github.com/wasimreja/gcr-leaderboard.git
cd gcr-leaderboard.git
  1. Install all dependencies
npm install

or

yarn install
  1. Run the app in development mode
npm run dev

or

yarn dev

The application should be available at http://localhost:3000.

Deploy on Vercel

  1. Create a Vercel account at https://vercel.com/signup and download the CLI
  2. Run vercel at the project root

Deploy with Vercel

Comments
  • Bump next from 12.2.1 to 12.2.3

    Bump next from 12.2.1 to 12.2.3

    Bumps next from 12.2.1 to 12.2.3.

    Release notes

    Sourced from next's releases.

    v12.2.3

    Core Changes

    • Remove dynamic params from query in new router: #38466
    • Fix test page detection: #38475
    • build(ci): enable rustls as default: #38471
    • Handle on-demand-entries and error overlay for Server Components: #38480
    • Add refreshing of Server Components: #38508
    • Handle dynamic routes / catchall routes in on-demand entries: #38512
    • chore(deps): Update swc: #38347
    • Enable css import in rsc server side : #38418
    • Pass missing incrementalCacheHandlerPath to IncrementalCache instance: #38433
    • fix(next/build): correct payload for plugin telemetry: #38468
    • Update some dependencies' versions :): #38427
    • refactor(next/swc): disable default features for crash report: #38531
    • fix: don't use optional chaining in ESLint rule: #38534
    • feat(next-swc/auto-cjs): Detect __esModule: #38181
    • CSS modules support improvements for Server Components: #38536
    • Handle development error when Server Component throws: #38550
    • Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation: #38331
    • Rename todos: #38560
    • Fix injecting CSS link tags before page content: #38559
    • Optimize Edge SSR bundle size: #38570
    • Handle dev fouc for layout styling: #38557
    • Fix independent CSSModule missing from flight manifest: #38575
    • Mark dynamic as client component: #38574
    • Add error when createServerContext is not available: #38578
    • Handle server context being refreshed: #38580
    • Pass server context to Flight render: #38582
    • Ensure .client.tsx/.ts/.jsx Client Components can be imported: #38591
    • Remove the hide-fouc tags after hydration: #38592
    • Add heuristic for optimistic push: #38599
    • Remove implemented todos: #38610
    • Add next.config.js validation with ajv: #38498
    • Fix next/jest when testing next/future/image: #38569
    • refactor(next/telemetry): use basename for the absolute plugin path: #38473
    • Remove the hide-fouc tag earlier: #38614
    • Fix reloading Client Component require.cache: #38633
    • Fix failed to hydrate error with global CSS: #38626
    • Ensure selected segment is the value of dynamic routes: #38644
    • Add focus and scroll management for new router: #38642
    • New Router Tests: #38390
    • Rename query to searchParams for getServerSideProps in new Router: #38654
    • Refine scrolling into view in new router: #38682
    • Improve element detection further: #38684
    • Remove obsolete code from loader: #38681
    • Fix check for optimistic routing and handle loading in server-patch: #38687
    • add user check in auth-with-stytch.: #38648
    • Ensure flight manifest is correct with app and pages dir: #38716
    • Fix missing client entry matcher and simplify imports path: #38691

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump eslint-config-next from 12.2.1 to 12.2.3

    Bump eslint-config-next from 12.2.1 to 12.2.3

    Bumps eslint-config-next from 12.2.1 to 12.2.3.

    Release notes

    Sourced from eslint-config-next's releases.

    v12.2.3

    Core Changes

    • Remove dynamic params from query in new router: #38466
    • Fix test page detection: #38475
    • build(ci): enable rustls as default: #38471
    • Handle on-demand-entries and error overlay for Server Components: #38480
    • Add refreshing of Server Components: #38508
    • Handle dynamic routes / catchall routes in on-demand entries: #38512
    • chore(deps): Update swc: #38347
    • Enable css import in rsc server side : #38418
    • Pass missing incrementalCacheHandlerPath to IncrementalCache instance: #38433
    • fix(next/build): correct payload for plugin telemetry: #38468
    • Update some dependencies' versions :): #38427
    • refactor(next/swc): disable default features for crash report: #38531
    • fix: don't use optional chaining in ESLint rule: #38534
    • feat(next-swc/auto-cjs): Detect __esModule: #38181
    • CSS modules support improvements for Server Components: #38536
    • Handle development error when Server Component throws: #38550
    • Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation: #38331
    • Rename todos: #38560
    • Fix injecting CSS link tags before page content: #38559
    • Optimize Edge SSR bundle size: #38570
    • Handle dev fouc for layout styling: #38557
    • Fix independent CSSModule missing from flight manifest: #38575
    • Mark dynamic as client component: #38574
    • Add error when createServerContext is not available: #38578
    • Handle server context being refreshed: #38580
    • Pass server context to Flight render: #38582
    • Ensure .client.tsx/.ts/.jsx Client Components can be imported: #38591
    • Remove the hide-fouc tags after hydration: #38592
    • Add heuristic for optimistic push: #38599
    • Remove implemented todos: #38610
    • Add next.config.js validation with ajv: #38498
    • Fix next/jest when testing next/future/image: #38569
    • refactor(next/telemetry): use basename for the absolute plugin path: #38473
    • Remove the hide-fouc tag earlier: #38614
    • Fix reloading Client Component require.cache: #38633
    • Fix failed to hydrate error with global CSS: #38626
    • Ensure selected segment is the value of dynamic routes: #38644
    • Add focus and scroll management for new router: #38642
    • New Router Tests: #38390
    • Rename query to searchParams for getServerSideProps in new Router: #38654
    • Refine scrolling into view in new router: #38682
    • Improve element detection further: #38684
    • Remove obsolete code from loader: #38681
    • Fix check for optimistic routing and handle loading in server-patch: #38687
    • add user check in auth-with-stytch.: #38648
    • Ensure flight manifest is correct with app and pages dir: #38716
    • Fix missing client entry matcher and simplify imports path: #38691

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump eslint from 8.19.0 to 8.20.0

    Bump eslint from 8.19.0 to 8.20.0

    Bumps eslint from 8.19.0 to 8.20.0.

    Release notes

    Sourced from eslint's releases.

    v8.20.0

    Features

    Bug Fixes

    • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
    • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)

    Documentation

    • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
    • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
    • bc692a9 docs: remove install command (#16084) (Strek)
    • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
    • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
    • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
    • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
    • 4d1ed22 docs: preselect default theme (#16098) (Strek)
    • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
    • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
    • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
    • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)

    Chores

    • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
    • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
    • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
    • 62541ed chore: fix markdown linting error (#16083) (唯然)
    Changelog

    Sourced from eslint's changelog.

    v8.20.0 - July 16, 2022

    • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
    • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
    • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
    • bc692a9 docs: remove install command (#16084) (Strek)
    • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
    • ca83178 feat: catch preprocess errors (#16105) (JounQin)
    • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
    • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
    • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)
    • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
    • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
    • 4d1ed22 docs: preselect default theme (#16098) (Strek)
    • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
    • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
    • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
    • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)
    • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
    • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
    • 62541ed chore: fix markdown linting error (#16083) (唯然)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump eslint-config-next from 12.2.1 to 12.2.2

    Bump eslint-config-next from 12.2.1 to 12.2.2

    Bumps eslint-config-next from 12.2.1 to 12.2.2.

    Release notes

    Sourced from eslint-config-next's releases.

    v12.2.2

    Core Changes

    • Update README.md: #38371
    • Add support for catchall with new router: #38439
    • Fix client entry point prefix: #38445
    • Add support for optional catchall with new router: #38444
    • Add handling for back/forward (popstate) between old and new router: #38453
    • Make catchall parameters consistent with existing router: #38456
    • Fix warning next/future/image semicolon: #38454
    • fix(next/build): disable next-swc crash reporting temporarily: #38472

    Documentation Changes

    • Update building-form sample code: #38437
    • Update i18n routing example with Middleware.: #38419
    • Adds mention of INP to "Measuring Performance" page: #38464

    Example Changes

    • Replace JS blog-starter example with TS, deprecate blog-starter-typescript example: #38395
    • Convert api-routes-rate-limit example to TypeScript: #38393
    • examples(with-jotai): Update example: #38398
    • fix(examples/with-playwritght): use PORT env variable and fall back to 3000: #38107
    • docs: add trpc to examples: #38272
    • Convert api-routes-rest example to TypeScript: #38394
    • chore(examples): Convert api-routes-graphql example to TypeScript: #38357

    Credits

    Huge thanks to @​mongolyy, @​balazsorban44, @​maxproske, @​leerob, @​huozhi, @​Thisen, @​thebergamo, @​zorrolisto, @​styfle, @​housseindjirdeh, and @​kwonoj for helping!

    v12.2.2-canary.0

    Core Changes

    • Update README.md: #38371
    • Add support for catchall with new router: #38439
    • Fix client entry point prefix: #38445
    • Add support for optional catchall with new router: #38444
    • Add handling for back/forward (popstate) between old and new router: #38453
    • Make catchall parameters consistent with existing router: #38456
    • Fix warning next/future/image semicolon: #38454
    • fix(next/build): disable next-swc crash reporting temporarily: #38472

    Documentation Changes

    • Update building-form sample code: #38437
    • Update i18n routing example with Middleware.: #38419
    • Adds mention of INP to "Measuring Performance" page: #38464

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump next from 12.2.1 to 12.2.2

    Bump next from 12.2.1 to 12.2.2

    Bumps next from 12.2.1 to 12.2.2.

    Release notes

    Sourced from next's releases.

    v12.2.2

    Core Changes

    • Update README.md: #38371
    • Add support for catchall with new router: #38439
    • Fix client entry point prefix: #38445
    • Add support for optional catchall with new router: #38444
    • Add handling for back/forward (popstate) between old and new router: #38453
    • Make catchall parameters consistent with existing router: #38456
    • Fix warning next/future/image semicolon: #38454
    • fix(next/build): disable next-swc crash reporting temporarily: #38472

    Documentation Changes

    • Update building-form sample code: #38437
    • Update i18n routing example with Middleware.: #38419
    • Adds mention of INP to "Measuring Performance" page: #38464

    Example Changes

    • Replace JS blog-starter example with TS, deprecate blog-starter-typescript example: #38395
    • Convert api-routes-rate-limit example to TypeScript: #38393
    • examples(with-jotai): Update example: #38398
    • fix(examples/with-playwritght): use PORT env variable and fall back to 3000: #38107
    • docs: add trpc to examples: #38272
    • Convert api-routes-rest example to TypeScript: #38394
    • chore(examples): Convert api-routes-graphql example to TypeScript: #38357

    Credits

    Huge thanks to @​mongolyy, @​balazsorban44, @​maxproske, @​leerob, @​huozhi, @​Thisen, @​thebergamo, @​zorrolisto, @​styfle, @​housseindjirdeh, and @​kwonoj for helping!

    v12.2.2-canary.0

    Core Changes

    • Update README.md: #38371
    • Add support for catchall with new router: #38439
    • Fix client entry point prefix: #38445
    • Add support for optional catchall with new router: #38444
    • Add handling for back/forward (popstate) between old and new router: #38453
    • Make catchall parameters consistent with existing router: #38456
    • Fix warning next/future/image semicolon: #38454
    • fix(next/build): disable next-swc crash reporting temporarily: #38472

    Documentation Changes

    • Update building-form sample code: #38437
    • Update i18n routing example with Middleware.: #38419
    • Adds mention of INP to "Measuring Performance" page: #38464

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump eslint-config-next from 12.2.0 to 12.2.1

    Bump eslint-config-next from 12.2.0 to 12.2.1

    Bumps eslint-config-next from 12.2.0 to 12.2.1.

    Release notes

    Sourced from eslint-config-next's releases.

    v12.2.1

    Core Changes

    • Remove unused layoutRaw config: #38120
    • Fix invalid config warning for runtime config: #38122
    • fix(next/config): update default config for the experimental: #38123
    • feat(next/swc): setup native next-swc crash reporter: #38076
    • Fix unnecessary flight render passes: #38133
    • Readds missing @next/next/no-assign-module-variable ESLint rule.: #38134
    • Fix failing to set initial ISR cache item in new folder: #38136
    • Add default experimental values: #38135
    • Fix error when next/future/image is missing width or height: #38132
    • docs(readme.md): remove broken 404 links: #38104
    • fix(#38106): use swc client config to pre-compile shared lib: #38137
    • Fix chunk path resolution: #38162
    • Revert "feat(next/swc): setup native next-swc crash reporter": #38170
    • fix(next/swc): set cache dir explicitly: #38175
    • Ensure @​swc/helpers do not rely on hoisting: #38174
    • Migrate rsc tests to app dir tests: #38158
    • Check for performance.getEntriesByName before calling: #38186
    • Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined.: #38183
    • Fix pageProps is missing when route changes: #38178
    • feat(next/build): send next-swc plugins telemetry: #38116
    • Ensure page.server.js matches correctly: #38236
    • Alias react and react-dom by default: #38245
    • Fix: convert head instances to array: #38252
    • [edge] Make runtime addressable in compile time: #38288
    • Ensure trailing slash is handled correctly with middleware: #38282
    • Fix CSS modules imported from client components in app dir: #38310
    • [edge] favor browser exports for edge compiler: #38319
    • Fix CSS modules imported from client components in app dir with next build: #38329
    • Honor NEXT_MANUAL_SIG_HANDLE flag in standalone mode: #38346
    • Display stack trace when error occurs in API route: #38289
    • Handle Client Rewrites Correctly: #38340
    • Fix global CSS file imports: #38339
    • [build] validate the exported config values: #38370
    • Correctly check if width is lte 0 in Image Optimization API: #38226
    • chore: shorten image blur svg placholder: #38157
    • Enable swc minifier in create next apps: #38215
    • Filter proper chunks from chunk group for client components: #38379
    • [edge] enable edge compiler source maps by default: #38365
    • Call Error.getInitialProps for the top level error: #21240
    • feat: build edge functions with node.js modules and fail at runtime: #38234
    • Implement new client-side router: #37551
    • Add param names into the tree: #38415
    • feat(next/swc): setup native next-swc crash reporter with platform supports: #38221
    • Ensure server components entries are not part of the pages buildmanifest: #38416
    • Add app-path-routes manifest: #38420

    Documentation Changes

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump next from 12.2.0 to 12.2.1

    Bump next from 12.2.0 to 12.2.1

    ⚠️ Dependabot is rebasing this PR ⚠️

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps next from 12.2.0 to 12.2.1.

    Release notes

    Sourced from next's releases.

    v12.2.1

    Core Changes

    • Remove unused layoutRaw config: #38120
    • Fix invalid config warning for runtime config: #38122
    • fix(next/config): update default config for the experimental: #38123
    • feat(next/swc): setup native next-swc crash reporter: #38076
    • Fix unnecessary flight render passes: #38133
    • Readds missing @next/next/no-assign-module-variable ESLint rule.: #38134
    • Fix failing to set initial ISR cache item in new folder: #38136
    • Add default experimental values: #38135
    • Fix error when next/future/image is missing width or height: #38132
    • docs(readme.md): remove broken 404 links: #38104
    • fix(#38106): use swc client config to pre-compile shared lib: #38137
    • Fix chunk path resolution: #38162
    • Revert "feat(next/swc): setup native next-swc crash reporter": #38170
    • fix(next/swc): set cache dir explicitly: #38175
    • Ensure @​swc/helpers do not rely on hoisting: #38174
    • Migrate rsc tests to app dir tests: #38158
    • Check for performance.getEntriesByName before calling: #38186
    • Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined.: #38183
    • Fix pageProps is missing when route changes: #38178
    • feat(next/build): send next-swc plugins telemetry: #38116
    • Ensure page.server.js matches correctly: #38236
    • Alias react and react-dom by default: #38245
    • Fix: convert head instances to array: #38252
    • [edge] Make runtime addressable in compile time: #38288
    • Ensure trailing slash is handled correctly with middleware: #38282
    • Fix CSS modules imported from client components in app dir: #38310
    • [edge] favor browser exports for edge compiler: #38319
    • Fix CSS modules imported from client components in app dir with next build: #38329
    • Honor NEXT_MANUAL_SIG_HANDLE flag in standalone mode: #38346
    • Display stack trace when error occurs in API route: #38289
    • Handle Client Rewrites Correctly: #38340
    • Fix global CSS file imports: #38339
    • [build] validate the exported config values: #38370
    • Correctly check if width is lte 0 in Image Optimization API: #38226
    • chore: shorten image blur svg placholder: #38157
    • Enable swc minifier in create next apps: #38215
    • Filter proper chunks from chunk group for client components: #38379
    • [edge] enable edge compiler source maps by default: #38365
    • Call Error.getInitialProps for the top level error: #21240
    • feat: build edge functions with node.js modules and fail at runtime: #38234
    • Implement new client-side router: #37551
    • Add param names into the tree: #38415
    • feat(next/swc): setup native next-swc crash reporter with platform supports: #38221
    • Ensure server components entries are not part of the pages buildmanifest: #38416
    • Add app-path-routes manifest: #38420

    Documentation Changes

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump eslint from 8.18.0 to 8.19.0

    Bump eslint from 8.18.0 to 8.19.0

    Bumps eslint from 8.18.0 to 8.19.0.

    Release notes

    Sourced from eslint's releases.

    v8.19.0

    Features

    • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
    • 472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)

    Bug Fixes

    • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)

    Documentation

    • 3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
    • f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
    • ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
    • 280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
    • f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
    • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
    • b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
    • 6d0cb11 docs: remove table of contents from markdown text (#15999) (Nitin Kumar)

    Chores

    • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
    • 02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
    • b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)
    • 6840940 chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)
    • 48904fb chore: add missing images (#16017) (Amaresh S M)
    • 910f741 chore: add architecture to nav (#16039) (Strek)
    • 9bb24c1 chore: add correct incorrect in all rules doc (#16021) (Deepshika S)
    • 5a96af8 chore: prepare versions data file (#16035) (Nicholas C. Zakas)
    • 50afe6f chore: Included githubactions in the dependabot config (#15985) (Naveen)
    • 473411e chore: add deploy workflow for playground (#16034) (Milos Djermanovic)
    • a30b66c chore: fix print style (#16025) (Amaresh S M)
    • f4dad59 chore: add noindex meta tag (#16016) (Milos Djermanovic)
    • db387a8 chore: fix sitemap (#16026) (Milos Djermanovic)
    • 285fbc5 chore: remove TOC from printable (#16020) (Strek)
    • 8e84c21 chore: remove ligatures from fonts (#16019) (Strek)
    Changelog

    Sourced from eslint's changelog.

    v8.19.0 - July 1, 2022

    • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
    • 472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)
    • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)
    • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
    • 02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
    • 3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
    • b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)
    • f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
    • 6840940 chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)
    • ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
    • 280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
    • f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
    • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
    • b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
    • 48904fb chore: add missing images (#16017) (Amaresh S M)
    • 910f741 chore: add architecture to nav (#16039) (Strek)
    • 9bb24c1 chore: add correct incorrect in all rules doc (#16021) (Deepshika S)
    • 5a96af8 chore: prepare versions data file (#16035) (Nicholas C. Zakas)
    • 50afe6f chore: Included githubactions in the dependabot config (#15985) (Naveen)
    • 6d0cb11 docs: remove table of contents from markdown text (#15999) (Nitin Kumar)
    • 473411e chore: add deploy workflow for playground (#16034) (Milos Djermanovic)
    • a30b66c chore: fix print style (#16025) (Amaresh S M)
    • f4dad59 chore: add noindex meta tag (#16016) (Milos Djermanovic)
    • db387a8 chore: fix sitemap (#16026) (Milos Djermanovic)
    • 285fbc5 chore: remove TOC from printable (#16020) (Strek)
    • 8e84c21 chore: remove ligatures from fonts (#16019) (Strek)
    Commits
    • 568af4e 8.19.0
    • e74d59c Build: changelog update for 8.19.0
    • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059)
    • 472c368 feat: fix handling of blockless with statements in indent rule (#16068)
    • fc81848 fix: throw helpful exception when rule has wrong return type (#16075)
    • e884933 chore: use github-slugger for markdown anchors (#16067)
    • 02e9cb0 chore: revamp carbon ad style (#16078)
    • 3ae0574 docs: Remove duplicate rule descriptions (#16052)
    • b6aee95 chore: remove unwanted comments from rules markdown (#16054)
    • f50cf43 docs: Add base href to each page to fix relative URLs (#16046)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump next from 12.1.6 to 12.2.0

    Bump next from 12.1.6 to 12.2.0

    Bumps next from 12.1.6 to 12.2.0.

    Release notes

    Sourced from next's releases.

    v12.2.0

    Core Changes

    • Flush initial styled-jsx in gIP first in concurrent rendering: #36594
    • Add falling back to wasm swc build on native load failure: #36612
    • feat(next-swc): introduce experimental tracing support for swc: #35803
    • Add initial handling for routing tests: #36635
    • Fix asPath handling for data route revalidation in minimal mode: #36660
    • fix: react root enabled properly in custom server: #36664
    • Route Loader Trusted Types Violation Fix: #34730
    • Update components in GitHub Actions: #36669
    • Fix various Trusted Types violations without use of policy: #34726
    • Add experimental wildcard remotePatterns config for upstream images: #36245
    • Tweak routing tests: #36667
    • Update renderOpts.dev handling and fix check: #36666
    • fix: duplicate app server: #36710
    • Add route loader: #36712
    • Fix leftover todo in loader: #36734
    • Leverage pageExtensions for resolving in loader: #36747
    • Use react dom server node api to detect react root is enabled: #36749
    • replace use-subscription with use-sync-external-store: #36733
    • Add flight render starting point: #36760
    • feat: better cookies API for Edge Functions: #36478
    • Clarify variables being used during rendering: #36773
    • Update x-nextjs-cache header in minimal mode: #36791
    • Add experimental flag to force SWC transforms: #36789
    • Update root component handling: #36781
    • Add final newline to package-lock.json: #36813
    • Move FlightManifestPlugin to server compilers: #36810
    • Update moduleNameMapper jest config and remove extra deps: #36787
    • Wait for shell resolve with gIP is customized in react 18: #36792
    • Build x86_64-freebsd SWC binary: #36826
    • Don't convert error to string: #36804
    • fix(#36534): enable interopClientDefaultExport for next/jest: #36824
    • fix(#30300): force export 404.html: #36827
    • Telemetry: track usage of 'experimental/nextScriptWorkers': #36812
    • Eagerly load swc bindings for wasm fallback for jest: #36784
    • Add experimental config for basePath testing: #36843
    • Enable html post optimization for react 18: #36837
    • Update client router for tests: #36822
    • Fix return type of middleware req.cookies.get(): #36872
    • Make esm default interpolation work with jest mock: #36877
    • Decouple entries for server components and client components: #36860
    • fix(#36855/#30300): export 404.html correctly: #36910
    • Drop the unstable web vital hook and remove exports of flush effects: #36912
    • Update swc: #36745
    • Add additional layer for server components case: #36921
    • Support graceful shutdowns: #36909
    • Update @​types/node-fetch to latest: #36953
    • Fix SWC dynamic transform with suspense but without ssr: #36825

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump eslint-config-next from 12.1.6 to 12.2.0

    Bump eslint-config-next from 12.1.6 to 12.2.0

    Bumps eslint-config-next from 12.1.6 to 12.2.0.

    Release notes

    Sourced from eslint-config-next's releases.

    v12.2.0

    Core Changes

    • Flush initial styled-jsx in gIP first in concurrent rendering: #36594
    • Add falling back to wasm swc build on native load failure: #36612
    • feat(next-swc): introduce experimental tracing support for swc: #35803
    • Add initial handling for routing tests: #36635
    • Fix asPath handling for data route revalidation in minimal mode: #36660
    • fix: react root enabled properly in custom server: #36664
    • Route Loader Trusted Types Violation Fix: #34730
    • Update components in GitHub Actions: #36669
    • Fix various Trusted Types violations without use of policy: #34726
    • Add experimental wildcard remotePatterns config for upstream images: #36245
    • Tweak routing tests: #36667
    • Update renderOpts.dev handling and fix check: #36666
    • fix: duplicate app server: #36710
    • Add route loader: #36712
    • Fix leftover todo in loader: #36734
    • Leverage pageExtensions for resolving in loader: #36747
    • Use react dom server node api to detect react root is enabled: #36749
    • replace use-subscription with use-sync-external-store: #36733
    • Add flight render starting point: #36760
    • feat: better cookies API for Edge Functions: #36478
    • Clarify variables being used during rendering: #36773
    • Update x-nextjs-cache header in minimal mode: #36791
    • Add experimental flag to force SWC transforms: #36789
    • Update root component handling: #36781
    • Add final newline to package-lock.json: #36813
    • Move FlightManifestPlugin to server compilers: #36810
    • Update moduleNameMapper jest config and remove extra deps: #36787
    • Wait for shell resolve with gIP is customized in react 18: #36792
    • Build x86_64-freebsd SWC binary: #36826
    • Don't convert error to string: #36804
    • fix(#36534): enable interopClientDefaultExport for next/jest: #36824
    • fix(#30300): force export 404.html: #36827
    • Telemetry: track usage of 'experimental/nextScriptWorkers': #36812
    • Eagerly load swc bindings for wasm fallback for jest: #36784
    • Add experimental config for basePath testing: #36843
    • Enable html post optimization for react 18: #36837
    • Update client router for tests: #36822
    • Fix return type of middleware req.cookies.get(): #36872
    • Make esm default interpolation work with jest mock: #36877
    • Decouple entries for server components and client components: #36860
    • fix(#36855/#30300): export 404.html correctly: #36910
    • Drop the unstable web vital hook and remove exports of flush effects: #36912
    • Update swc: #36745
    • Add additional layer for server components case: #36921
    • Support graceful shutdowns: #36909
    • Update @​types/node-fetch to latest: #36953
    • Fix SWC dynamic transform with suspense but without ssr: #36825

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump eslint from 7.32.0 to 8.18.0

    Bump eslint from 7.32.0 to 8.18.0

    Bumps eslint from 7.32.0 to 8.18.0.

    Release notes

    Sourced from eslint's releases.

    v8.18.0

    Features

    • a6273b8 feat: account for rule creation time in performance reports (#15982) (Nitin Kumar)

    Bug Fixes

    • f364d47 fix: Make no-unused-vars treat for..of loops same as for..in loops (#15868) (Alex Bass)

    Documentation

    • 4871047 docs: Update analytics, canonical URL, ads (#15996) (Nicholas C. Zakas)
    • cddad14 docs: Add correct/incorrect containers (#15998) (Nicholas C. Zakas)
    • b04bc6f docs: Add rules meta info to rule pages (#15902) (Nicholas C. Zakas)
    • 1324f10 docs: unify the wording referring to optional exception (#15893) (Abdelrahman Elkady)
    • ad54d02 docs: add missing trailing slash to some internal links (#15991) (Milos Djermanovic)
    • df7768e docs: Switch to version-relative URLs (#15978) (Nicholas C. Zakas)
    • 21d6479 docs: change some absolute links to relative (#15970) (Milos Djermanovic)
    • f31216a docs: Update README team and sponsors (ESLint Jenkins)

    Build Related

    • ed49f15 build: remove unwanted parallel and image-min for dev server (#15986) (Strek)

    Chores

    • f6e2e63 chore: fix 'replaced by' rule list (#16007) (Milos Djermanovic)
    • d94dc84 chore: remove unused deprecation warnings (#15994) (Francesco Trotta)
    • cdcf11e chore: fix versions link (#15995) (Milos Djermanovic)
    • d2a8715 chore: add trailing slash to pathPrefix (#15993) (Milos Djermanovic)
    • 58a1bf0 chore: tweak URL rewriting for local previews (#15992) (Milos Djermanovic)
    • 80404d2 chore: remove docs deploy workflow (#15984) (Nicholas C. Zakas)
    • 71bc750 chore: Set permissions for GitHub actions (#15971) (Naveen)
    • 90ff647 chore: avoid generating subdirectories for each page on new docs site (#15967) (Milos Djermanovic)

    v8.17.0

    Features

    • 55319e1 feat: fix indent bug with semicolon-first style (#15951) (Milos Djermanovic)
    • f6d7920 feat: add allowNamedExports option to no-use-before-define (#15953) (Milos Djermanovic)

    Bug Fixes

    Documentation

    • b915018 docs: Update website UI to latest (#15944) (Nicholas C. Zakas)
    • f0bb609 docs: Update Exponentiation operator MDN link (#15960) (Pranjal Jain)
    • baa0153 docs: Use correct past tense "left" instead of "leaved" (#15950) (Frederik Braun)
    • 1351a9b docs: Add Resources section to rule pages (#15901) (Nicholas C. Zakas)
    • 68cf0fb docs: cleanup typos (#15936) (Nick Schonning)
    • 13b62ae docs: use-dart-sass instead of node-sass (#15912) (Deepshika S)
    • c81c5d6 docs: add social media links (#15920) (Deepshika S)
    • 0d6a50b docs: fix openjs link (#15917) (Amaresh S M)
    • 54910f5 docs: display version in mobile view (#15909) (Amaresh S M)

    ... (truncated)

    Changelog

    Sourced from eslint's changelog.

    v8.18.0 - June 17, 2022

    • f6e2e63 chore: fix 'replaced by' rule list (#16007) (Milos Djermanovic)
    • ed49f15 build: remove unwanted parallel and image-min for dev server (#15986) (Strek)
    • 4871047 docs: Update analytics, canonical URL, ads (#15996) (Nicholas C. Zakas)
    • d94dc84 chore: remove unused deprecation warnings (#15994) (Francesco Trotta)
    • a6273b8 feat: account for rule creation time in performance reports (#15982) (Nitin Kumar)
    • cddad14 docs: Add correct/incorrect containers (#15998) (Nicholas C. Zakas)
    • b04bc6f docs: Add rules meta info to rule pages (#15902) (Nicholas C. Zakas)
    • f364d47 fix: Make no-unused-vars treat for..of loops same as for..in loops (#15868) (Alex Bass)
    • 1324f10 docs: unify the wording referring to optional exception (#15893) (Abdelrahman Elkady)
    • cdcf11e chore: fix versions link (#15995) (Milos Djermanovic)
    • d2a8715 chore: add trailing slash to pathPrefix (#15993) (Milos Djermanovic)
    • 58a1bf0 chore: tweak URL rewriting for local previews (#15992) (Milos Djermanovic)
    • ad54d02 docs: add missing trailing slash to some internal links (#15991) (Milos Djermanovic)
    • 80404d2 chore: remove docs deploy workflow (#15984) (Nicholas C. Zakas)
    • df7768e docs: Switch to version-relative URLs (#15978) (Nicholas C. Zakas)
    • 71bc750 chore: Set permissions for GitHub actions (#15971) (Naveen)
    • 90ff647 chore: avoid generating subdirectories for each page on new docs site (#15967) (Milos Djermanovic)
    • 21d6479 docs: change some absolute links to relative (#15970) (Milos Djermanovic)
    • f31216a docs: Update README team and sponsors (ESLint Jenkins)

    v8.17.0 - June 3, 2022

    • b915018 docs: Update website UI to latest (#15944) (Nicholas C. Zakas)
    • 55319e1 feat: fix indent bug with semicolon-first style (#15951) (Milos Djermanovic)
    • f6d7920 feat: add allowNamedExports option to no-use-before-define (#15953) (Milos Djermanovic)
    • f0bb609 docs: Update Exponentiation operator MDN link (#15960) (Pranjal Jain)
    • da694b9 chore: avoid theme flashes (#15927) (Strek)
    • baa0153 docs: Use correct past tense "left" instead of "leaved" (#15950) (Frederik Braun)
    • f836743 chore: Use build hook for docs deploy (#15945) (Nicholas C. Zakas)
    • ce035e5 test: cleanup typos (#15937) (Nick Schonning)
    • 1351a9b docs: Add Resources section to rule pages (#15901) (Nicholas C. Zakas)
    • 68cf0fb docs: cleanup typos (#15936) (Nick Schonning)
    • 54c0953 fix: cleanup typos (#15939) (Nick Schonning)
    • 845a7af fix: typo ocatal -> octal (#15940) (Nick Schonning)
    • 10249ad chore: use addEventListener instead of addListener (#15923) (Amaresh S M)
    • 5f5c1fb chore: lint eleventy config file (#15904) (Milos Djermanovic)
    • 8513d37 chore: update Rule typedefs (#15915) (Milos Djermanovic)
    • 13b62ae docs: use-dart-sass instead of node-sass (#15912) (Deepshika S)
    • c81c5d6 docs: add social media links (#15920) (Deepshika S)
    • 0d6a50b docs: fix openjs link (#15917) (Amaresh S M)
    • 54910f5 docs: display version in mobile view (#15909) (Amaresh S M)
    • 55534f1 test: ensure no-restricted-imports works with NodeJS imports (#15907) (Nick Mazuk)

    v8.16.0 - May 20, 2022

    • 1768d0d chore: upgrade @​eslint/eslintrc@​1.3.0 (#15903) (Milos Djermanovic)
    • 050d5f4 docs: Static further reading links (#15890) (Nicholas C. Zakas)
    • cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump eslint-config-next from 12.2.1 to 12.2.4

    Bump eslint-config-next from 12.2.1 to 12.2.4

    Bumps eslint-config-next from 12.2.1 to 12.2.4.

    Release notes

    Sourced from eslint-config-next's releases.

    v12.2.4

    Core Changes

    • Fix error message typos: #38894
    • Update to latest version of @​vercel/nft: #38878
    • fix(#38090): add missing analyticsId to config schema: #38911
    • Ensure hash on initial request is preserved in new router: #38913
    • Remove unnecessary assertions: #38899
    • Clear unnecessary code: #38900
    • fix: Impl attachRequestMeta in base server to handle meta differently in edge and node servers: #38932
    • feat: enhance warning messages about unanalyzable config field: #38907
    • fix: fix generateEtags type inside schema: #38936
    • Refactor router reducer: #38983
    • Add state comparison to router: #38422
    • update webpack: #38988
    • Update config schema for empty basePath: #38998
    • Add handling for prefetching onTouchStart and initial mobile testing : #38805
    • Add additional comments to new router: #38986
    • Update config-schema for relay field to be less strict: #39010
    • Add config for opting out of optimistic client cache behavior: #38774
    • Fix tracing edge-runtime dependencies: #39009
    • Ensure dangerouslyAllowSVG is passed correctly: #39031
    • Handle getStaticPaths error inside worker to avoid serializing: #39032
    • chore: enable swc externalHelpers when pre-compile: #38182
    • Update to use HEAD request for On-Demand ISR: #39038
    • chore: Clean up imports and unused code: #39044
    • Replace node-sass test dependency with sass: #39053
    • Add comments in new router reducer: #39025
    • Add additional comments for reducer/cachenode: #39065
    • fix: print Request & Response properties: #38903
    • fix: show asPath on large page data warning: #39071
    • Remove RSC rendering from render: #39045
    • Ensure query is updated correctly with shallow and middleware: #39086
    • Update pre-compiled to fix check: #39089
    • Fix unhandled rejections with edge runtime: #39091
    • feat(next-swc): Update swc: #39055
    • Collect telemetry for next/future/image: #39046
    • [Script] Adds onReady prop to next/script: #38849
    • Ensure we hard navigate for failed _next/data with middleware: #39148
    • Refactor Flight plugins to use types.: #39136
    • Fix middleware + afterFiles SSG rewrite case: #39153
    • Update swc minifier: #39158
    • Fix incorrect component cache for middleware cases: #39159
    • Add shared dynamic api: #39163
    • Add exportPathMap config type/schema field: #39171
    • Fix default error style overrides: #39169
    • refactor: return single middleware from getMiddleware in dev server: #39177
    • fix(#11930): rewritten api routes can correctly handle cors in dev mode: #38937
    • refactor: simplify middleware execution: #39192
    • Add missing @​napi-rs/cli devDependency to next-swc: #39164

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump next from 12.2.1 to 12.2.4

    Bump next from 12.2.1 to 12.2.4

    Bumps next from 12.2.1 to 12.2.4.

    Release notes

    Sourced from next's releases.

    v12.2.4

    Core Changes

    • Fix error message typos: #38894
    • Update to latest version of @​vercel/nft: #38878
    • fix(#38090): add missing analyticsId to config schema: #38911
    • Ensure hash on initial request is preserved in new router: #38913
    • Remove unnecessary assertions: #38899
    • Clear unnecessary code: #38900
    • fix: Impl attachRequestMeta in base server to handle meta differently in edge and node servers: #38932
    • feat: enhance warning messages about unanalyzable config field: #38907
    • fix: fix generateEtags type inside schema: #38936
    • Refactor router reducer: #38983
    • Add state comparison to router: #38422
    • update webpack: #38988
    • Update config schema for empty basePath: #38998
    • Add handling for prefetching onTouchStart and initial mobile testing : #38805
    • Add additional comments to new router: #38986
    • Update config-schema for relay field to be less strict: #39010
    • Add config for opting out of optimistic client cache behavior: #38774
    • Fix tracing edge-runtime dependencies: #39009
    • Ensure dangerouslyAllowSVG is passed correctly: #39031
    • Handle getStaticPaths error inside worker to avoid serializing: #39032
    • chore: enable swc externalHelpers when pre-compile: #38182
    • Update to use HEAD request for On-Demand ISR: #39038
    • chore: Clean up imports and unused code: #39044
    • Replace node-sass test dependency with sass: #39053
    • Add comments in new router reducer: #39025
    • Add additional comments for reducer/cachenode: #39065
    • fix: print Request & Response properties: #38903
    • fix: show asPath on large page data warning: #39071
    • Remove RSC rendering from render: #39045
    • Ensure query is updated correctly with shallow and middleware: #39086
    • Update pre-compiled to fix check: #39089
    • Fix unhandled rejections with edge runtime: #39091
    • feat(next-swc): Update swc: #39055
    • Collect telemetry for next/future/image: #39046
    • [Script] Adds onReady prop to next/script: #38849
    • Ensure we hard navigate for failed _next/data with middleware: #39148
    • Refactor Flight plugins to use types.: #39136
    • Fix middleware + afterFiles SSG rewrite case: #39153
    • Update swc minifier: #39158
    • Fix incorrect component cache for middleware cases: #39159
    • Add shared dynamic api: #39163
    • Add exportPathMap config type/schema field: #39171
    • Fix default error style overrides: #39169
    • refactor: return single middleware from getMiddleware in dev server: #39177
    • fix(#11930): rewritten api routes can correctly handle cors in dev mode: #38937
    • refactor: simplify middleware execution: #39192
    • Add missing @​napi-rs/cli devDependency to next-swc: #39164

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump eslint from 8.19.0 to 8.21.0

    Bump eslint from 8.19.0 to 8.21.0

    Bumps eslint from 8.19.0 to 8.21.0.

    Release notes

    Sourced from eslint's releases.

    v8.21.0

    Features

    • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)

    Bug Fixes

    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)

    Documentation

    • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)

    Chores

    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
    • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)

    v8.20.0

    Features

    Bug Fixes

    • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
    • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)

    Documentation

    • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
    • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
    • bc692a9 docs: remove install command (#16084) (Strek)
    • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
    • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
    • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
    • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
    • 4d1ed22 docs: preselect default theme (#16098) (Strek)
    • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
    • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
    • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
    • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)

    Chores

    • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
    • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
    • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
    • 62541ed chore: fix markdown linting error (#16083) (唯然)
    Changelog

    Sourced from eslint's changelog.

    v8.21.0 - August 1, 2022

    • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)
    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)
    • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
    • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)

    v8.20.0 - July 16, 2022

    • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
    • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
    • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
    • bc692a9 docs: remove install command (#16084) (Strek)
    • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
    • ca83178 feat: catch preprocess errors (#16105) (JounQin)
    • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
    • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
    • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)
    • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
    • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
    • 4d1ed22 docs: preselect default theme (#16098) (Strek)
    • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
    • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
    • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
    • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)
    • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
    • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
    • 62541ed chore: fix markdown linting error (#16083) (唯然)
    Commits
    • 9c53ed4 8.21.0
    • fd404a5 Build: changelog update for 8.21.0
    • 7b43ea1 feat: Implement FlatESLint (#16149)
    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063)
    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153)
    • 2aadc93 docs: add anchors to headings inside docs content (#16134)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
Owner
Wasim Reja
JS Developer | Open Source Enthusiast
Wasim Reja
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Leaderboard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved tha

Jihane Haddad 5 Feb 10, 2022
Webpage for a leaderboard list app that uses the Leaderboard api to store the highscores for a game

Leaderboard This Webpage is for a leaderboard list app that uses the Leaderboard api to store the highscores for a game. This is one of my first exper

Zeeshan Haider 7 Mar 12, 2022
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Build with Html, CSS, JS, API, and Webpack.

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Build with Html, CSS, JS, API, and Webpack.

Kyrillos Hany 9 Mar 11, 2022
PAC-MAN Leaderboard includes the Leaderboard API. You can add your name and score, and see other player's scores.

PAC-MAN Leaderboard includes the Leaderboard API. You can add your name and score, and see other player's scores.

Pedro Guerreiro 7 Oct 26, 2022
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Leaderboard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved tha

Regiss Mukubiza 2 Apr 8, 2022
Clinton Mbonu 20 Jun 30, 2022
JavaScript project for the Leaderboard list app, using Webpack and ES6 features, notably modules. this app consume the Leaderboard API using JavaScript async and await and add some styling.

Leaderboard Project JavaScript project for the Leaderboard list app, using Webpack and ES6 features, notably modules. this app consume the Leaderboard

bizimungu pascal 4 May 20, 2022
Leaderboard is a simple app that allows players to add their scores and see other players' scores, using Leaderboard API, JavaScript, HTML, and CSS.

Leaderboard: setup project description: A Leaderboard app that allows players to add their score, and see other player scores. in this project: Set up

Toussaint Saraza 7 Jun 20, 2022
A leaderboard website that displays scores submitted by different players. It was developed with Javascript, HTML, CSS and the Leaderboard API service was consumed.

LeaderBoard App Description The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data

Bright Kweku Ahiadeke 6 Jul 25, 2022
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Leaderboard- DESCRIPTION The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is

Andres Garzon 2 Jun 16, 2022
It's a simple Leaderboard with the functionality to add and view leaderboard with API calls

It's a simple Leaderboard with the functionality to add and view leaderboard with API calls. This project follows GitFlow instead of GitHub flow and it's built with JavaScript, CSS and HTML.

Robertson Arthur 4 Jul 6, 2022
The Leaderboard App displays scores submitted by different players, allows you to submit your score and all data is preserved in the Leaderboard API service.

Leaderboard The Leaderboard App displays scores submitted by different players, allows you to submit your score and all data is preserved in the Leade

Jonathan Kayizzi 6 Nov 9, 2022
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Built with Html, CSS and JavaScript

Leaderboard App ?? Table of Contents ?? About the Project ?? Built With Tech Stack Key Features ?? Live Demo ?? Getting Started Setup Prerequisites In

Tetteh Kodjo-Sarso 4 Mar 21, 2023
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Leaderboard ?? Table of Contents ?? About the Project ?? Built With Tech Stack Key Features ?? Live Demo ?? Getting Started Setup Prerequisites Instal

Ritika Rawat 4 Mar 20, 2023
This is a simple word counter program based on Web.

Web Word Counter: This is a simple word counter program based on Web which made with HTML, CSS and JavaScript. It's able count the number of character

Md. Rakibul Islam 2 Jan 2, 2022