Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with msw
A curated list of projects in awesome lists tagged with msw .
https://github.com/mswjs/msw
Industry standard API mocking for JavaScript.
api api-mocking devtools mock mock-service-worker mocking mocking-framework mocking-library msw mswjs service-worker
Last synced: 30 Dec 2024
https://github.com/orval-labs/orval
orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
angular axios-client codegen faker mock msw openapi-specification orval react react-query swagger typescript
Last synced: 30 Dec 2024
https://github.com/kubb-labs/kubb
The ultimate toolkit for working with APIs.
axios codegen faker kubb msw openapi plugin-manager react react-query solid solid-query svelte svelte-query swagger swr typescript vue vue-query zod zodios
Last synced: 31 Dec 2024
https://github.com/mswjs/examples
Examples of Mock Service Worker usage with various frameworks and libraries.
api example examples graphql handler interceptor mock-service-worker mocking msw request response rest usage
Last synced: 29 Dec 2024
https://github.com/mswjs/mswjs.io
Official website and documentation for the Mock Service Worker library.
api match mock mocking msw request routing service-worker
Last synced: 30 Dec 2024
https://github.com/laststance/vite-rtk-query
Vite template for React + TypeScript + Redux-Toolkit / RTK Query.
msw react redux-toolkit rtk-query vite
Last synced: 03 Jan 2025
https://github.com/laststance/create-react-app-vite
Create React App Vite ⚛️
create-react-app msw react react-testing-library tailwindcss typescirpt vite
Last synced: 03 Jan 2025
https://github.com/mswjs/http-middleware
Spawn an HTTP server from your request handlers or apply them to an existing server using a middleware.
express handler http middleware msw request server
Last synced: 29 Dec 2024
https://github.com/bartstc/vite-ts-react-template
This project provides a basic dev setup intended for Single Page Application (SPA) development. It contains key tools, settings for seamless DX, and an demo app presenting good practices and used tooling in action.
chakra-ui github-actions msw pnpm react react-query react-router-dom-v6 react-router-v6 reactjs spa-template storybook template typescript vite vitejs vitest zustand
Last synced: 31 Dec 2024
https://github.com/tapico/tapico-msw-webarchive
An utility to drive requests handlers through a `.har` web-archive file
Last synced: 01 Jan 2025
https://github.com/yugasun/vue-ts-starter
Vue template for starter using Vue3 + TypeScript + Vite + Pinia 🚀
axios boilerplate element-plus msw pinia starter template typescript vite vue3 vueuse
Last synced: 18 Dec 2024
https://github.com/mswjs/jest-fixed-jsdom
A superset of the JSDOM environment for Jest that respects Node.js globals.
environment jest jsdom msw mswjs node testing
Last synced: 29 Dec 2024
https://github.com/gomagoma676/nextjs-hasura-basic-lesson
[Hasura基礎編] Nextjs+Hasura+Apollo Clientで学ぶモダンGraphQL Web開発 🚀
apolloclient hasura-graphql msw nextjs react-testing-library
Last synced: 11 Nov 2024
https://github.com/apollographql/graphql-testing-library
Testing utilities that encourage good practices for apps built with GraphQL.
Last synced: 30 Dec 2024
https://github.com/pactflow/pact-msw-adapter
Create MSW (mock-service-worker) mocks, and generate pact contracts from the recorded interactions.
cdc contract javascript mock-service-worker msw mswjs pact testing
Last synced: 01 Jan 2025
https://github.com/tsukhu/redux-and-react-query
Created with CodeSandbox
msw react-query redux-saga redux-toolkit
Last synced: 22 Nov 2024
https://github.com/riccardoperra/mswjs-devtools-extension
[WIP] [NOT PUBLISHED YET] Chrome extension for debugging and configuring Mock Service Worker at runtime in your application.
apimocking chrome chrome-extension mock mock-server mocking msw mswjs solid-js
Last synced: 28 Oct 2024
https://github.com/rifandani/solid-app
Bulletproof SolidJS SPA template
commitlint eslint felte iconify kobalte msw solidjs tailwind-merge tailwindcss tanstack-query testing-library type-fest typescript vite vitest zod
Last synced: 20 Nov 2024
https://github.com/jihchi/res-msw
Mock Service Worker (MSW) bindings for ReScript
bindings bucklescript bucklescript-bindings mock mocking mocking-framework mocking-library msw reasonml rescript rescript-bindings service-worker
Last synced: 31 Oct 2024
https://github.com/alicanerdurmaz/testing-react-apps
source code from youtube tutorial
jest mock msw react testing testing-library-react
Last synced: 23 Oct 2024
https://github.com/custardcream98/msw-devtools
Framework Agnostic Devtools UI for Managing MSW Request Handlers
devtools mock mock-server mocking msw
Last synced: 22 Nov 2024
https://github.com/gabrielnafuzi/testing-with-rq-and-msw
simple example of testing react-query custom hook with msw and vitest
Last synced: 17 Oct 2024
https://github.com/gustavocd/rtkq-msw
App example about testing http calls using RTK Query and msw
Last synced: 27 Oct 2024
https://github.com/bmvantunes/youtube-react-testing-video6-mock-http-calls-with-msw-react-testing-library
Mocking HTTP calls (fetch and axios) using MSW and react-testing-library
axios fetch jest mock-http mock-service-worker msw react-testing-library unit-testing unit-tests
Last synced: 03 Dec 2024
https://github.com/react-declarative/cra-template-react-declarative
The most advanced CRM Boilerplate for React + TypeScript + Mobx. Contains snippets for automatic state management in a declarative style
create-react-app crm declarative-programming form-validation grid-system json-endpoint layout-engine material-ui mobx mock mocking msw mui react state-management typescript ux
Last synced: 29 Nov 2024
https://github.com/samuel-gomez/react-starter-vitejs
React Starter with Vite and Slash Toolkit
eslint guerkin husky msw prettier react react-oidc reactquery reacttoolkit sass sonarqube typescript vite vitest
Last synced: 28 Nov 2024
https://github.com/tzuyi0817/code-immediate
Online code editing and preview tool, similar to CodePen.
code-editor codepen msw rwd tailwindcss vite vitest vue3-typescript
Last synced: 21 Nov 2024
https://github.com/triptyk/ember-boilerplate
Pre-configured ember app for TRIPTYK. Ready for Polaris !
boilerplate ember ember-changeset ember-simple-auth emberjs embroider msw polaris tailwindcss typescript vite
Last synced: 06 Nov 2024
https://github.com/gomagoma676/react-testing-library-lesson-react18
[React18] React software test (Hooks+ReduxToolKit) 🚀
msw react-testing-library redux-toolkit
Last synced: 11 Nov 2024
https://github.com/bagaar/ember-graphql-mocking
Ember addon for mocking GraphQL requests using Mock Service Worker (MSW).
Last synced: 25 Nov 2024
https://github.com/rifandani/svelte-app
Bulletproof Svelte 4 SPA Template
commitlint daisyui eslint felte iconify msw prettier redaxios svelte tailwind-merge tailwindcss tanstack-react-query testing-library typescript vite vitest zod
Last synced: 20 Nov 2024
https://github.com/jpb06/dev-friends-workshop
Helping my team move forward with our frontend
functional-components msw nextjs react react-hooks react-query testing-library workshop
Last synced: 13 Nov 2024
https://github.com/gsoft-inc/wl-squide
Modular application shell for building web applications at Workleap.
i18next i18next-react module-federation msw react react-router tanstack-query webpack
Last synced: 11 Oct 2024
https://github.com/hojae-lee/react-template
Repo for fork to use in your react project
axios msw react react-testing-library storybook swr tailwindcss typescript vite vitest
Last synced: 07 Nov 2024
https://github.com/gaia-react/remix
GAIA Template for React
architecture components eslint msw prettier react remix remix-stack storybook stylelint template vitest
Last synced: 13 Oct 2024
https://github.com/samuel-gomez/starter-nextjs
Starter NextJS
codecov commitizen commitlint cypress eslint github-actions husky jest msw nextjs prettier react renovate sass sonar sonarcloud testing-library typescript vscode
Last synced: 28 Nov 2024
https://github.com/hisasann/nuxt-lint-ts-msw
ESlint、TypeScript、Mock Service Worker(msw)でのモックサーバーを使ったリポジトリです
eslint jest msw nuxtjs typescript vue vue-test-utils
Last synced: 17 Dec 2024
https://github.com/alaev/nba-draft
Small web application build with React, Recoil, Cypress both for unit testing and e2e using MSW.
cypres-example cypress-react-unit-test-example msw react runs-cypress
Last synced: 27 Nov 2024
https://github.com/starsheriff2/gni-per-capita-in-the-world
This web app shows the GNI per capita indicator for all countries in the world. It consumes the World Bank API. I built it with React and Redux.
api-rest ducks-pattern msw react redux redux-thunk sass styled-components
Last synced: 27 Dec 2024
https://github.com/fellipeutaka/iglab-design-system
🎨 My first Design System made in Ignite Lab by Rocketseat 🚀💜
eslint github-actions jest msw prettier radix react stitches storybook typescript vite
Last synced: 28 Nov 2024
https://github.com/oz-collabo-project-team-03/oz-project-03-fe
수행쌤 - FE
msw react tailwindcss tanstack-query typescript zustand
Last synced: 30 Dec 2024
https://github.com/ssssota/msw-connect-web
Mock Service Worker utility for connect-web.
Last synced: 27 Oct 2024
https://github.com/jimmy-guzman/solid-starter
🍱 Another Solid Starter using Bun, Vite, TypeScript, tailwindcss and daisyUI.
bun daisyui eslint msw playwright solidjs tailwind tailwindcss typescript vitejs vitest
Last synced: 04 Jan 2025
https://github.com/muhrifqii/curium-deno-vite-react
Vite template for React + TypeScript + Redux-Toolkit / RTK Query in Deno
deno msw react react-redux redux-toolkit rtk-query vite
Last synced: 19 Dec 2024
https://github.com/ivstudio/mock-service-worker
API Mocking in JavaScript using Mock Service Worker (MSW) demo.
jest msw react react-testing-library
Last synced: 12 Dec 2024
https://github.com/soartec-lab/remix-go-spa
SPA application with `remix` and `Go`
biomejs bun fakerjs gin go golang-migrate gorm msw oapi-codegen openapi orval radix-ui react react-hook-form react-testing-library remix shadcn-ui swr tailwindcss zod
Last synced: 09 Dec 2024
https://github.com/kooltheba/sundaes-testing-library-project
This is a Sundaes 🍨 online shop to practice with React Testing Library 😎
community-project mock-server msw react react-context-api react-hooks react-testing-library testing
Last synced: 25 Dec 2024
https://github.com/dennisbyberg/dictionary
html javascript jest msw sass testing-library typescript uuidv4 vite vitest
Last synced: 04 Dec 2024
https://github.com/ducnguyenhong/unit-test-react
Unit Testing with ReactJS
jest msw react testing-library typescript
Last synced: 14 Dec 2024
https://github.com/icyJoseph/github-jobs
Practice repository, to use Zustand and MSW.
github-jobs html-react-parser jest msw react reactjs testing-library typescript zustand
Last synced: 24 Oct 2024
https://github.com/ivstudio/mock-service-worker-demo
In this demo, we'll be configuring MSW to a Create React App testing environment and reusing the same network request mock definitions for testing and development.
mock-apis mock-service-worker msw react
Last synced: 06 Dec 2024
https://github.com/gomagoma676/nextjs-testing-latest
[テスト編] Nextjs12 + React-testing-libraryでモダンReactソフトウェアテスト / Section2 🚀
Last synced: 11 Nov 2024
https://github.com/nu0ma/nextjs-app-with-openapi
MSW + aspida + testing-library + Chakra UI + React-Query
msw nextjs openapi react-query testing typescript
Last synced: 20 Dec 2024
https://github.com/raphaeljcm/order-phases-testing-final-exam
Final Exam from the course Testing React with Jest and React Testing Library (RTL)
jest msw reactjs testing-library
Last synced: 17 Dec 2024
https://github.com/sans-arch/gamehub-frontend
Repositório do front-end do projeto acadêmico GameHub
axios bcryptjs date-fns jest material-ui msw nextjs nookies react react-hook-form react-icons react-testing-library styled-components typescript vitest zod
Last synced: 26 Dec 2024
https://github.com/icyjoseph/github-jobs
Practice repository, to use Zustand and MSW.
github-jobs html-react-parser jest msw react reactjs testing-library typescript zustand
Last synced: 21 Nov 2024
https://github.com/gomagoma676/nextjs-testing-blog-latest
[テスト編] Nextjs12 + React-testing-libraryでモダンReactソフトウェアテスト / Section 3 🚀
msw next-page-tester nextjs12 react-testing-library
Last synced: 11 Nov 2024
https://github.com/hhimanshu/rapid-front-end-development
How to work with Mock Service Worker when using REST APIs
jest mock-service-worker msw mswjs react-query storybook tyepscript
Last synced: 12 Nov 2024
https://github.com/wmalarski/music-room
msw mswjs nextjs nrwl radix-ui react react-query react-virtual stitches storybook supabase typescript
Last synced: 15 Nov 2024
https://github.com/nandordudas/shopping-cart
Shopping cart application based on @csaba-nagy/shopping-cart repository
codespaces devcontainer eslint github-workflows jsdom msw pnpm react react-router-dom redux-toolkit typescript vite vitest vscode
Last synced: 18 Nov 2024
https://github.com/margo-yunanova/3205.team-fullstack-form
Fullstack приложение для поиска пользователей
celebrate express-js msw mui react react-hook-form react-imask storybook typescript yup
Last synced: 13 Oct 2024
https://github.com/umarluqman/msw-mocked-api
Short intro to mocked service worker
Last synced: 26 Dec 2024
https://github.com/howard86/nextjs-template
Next.js template configured with TypeScript, Chakra UI, RTK Query with Redux Toolkit, ESLint, Prettier and git hooks
chakra-ui cypress eslint git-hooks githooks jest msw nextjs prettier react redux redux-toolkit rtk-query template typescript vercel
Last synced: 17 Nov 2024
https://github.com/jpb06/test-storybook-msw
A poc focusing on atomic design, storybook and msw
atomic-design msw nextjs storybook
Last synced: 13 Nov 2024
https://github.com/gomagoma676/react_vehicle
Web開発ソフトウェアテスト徹底攻略 (React Hooks/Redux + Django REST API) 🚀
msw react-hooks react-testing-library redux-toolkit
Last synced: 11 Nov 2024
https://github.com/margo-yunanova/movie-explorer
Элитное приложение для получения эксклюзивной информации о фильмах
axios kinopoisk msw mui react react-router typescript vkontakte
Last synced: 19 Dec 2024
https://github.com/one-dream-us/front-end
프론트 소스코드 저장소
aws-cloudfront aws-route53 aws-s3 github-actions google-analytics msw react tailwind-css tanstack-query typescript vite zustand
Last synced: 28 Nov 2024
https://github.com/alexanderlapygin/cra_ts_rtl_msw_react-query
CRA-in-TS starter with React Query and testing with RTL and MSW
cra msw react react-query react-testing-library rtl softspiders ss starter template test testing ts
Last synced: 19 Dec 2024
https://github.com/alexanderlapygin/cra_rtl_msw_react-query
CRA starter with React Query and testing with RTL and MSW
cra mock msw react react-query react-testing-library rtl softspiders ss testing ts typescript
Last synced: 19 Dec 2024
https://github.com/alexanderlapygin/cra_msw-data_rtl_faker
CRA starter for mini-blog with testing using FAKER, RTL, MSW and MSWJS/DATA
blog cra crud faker js msw msw-data react react-testing-library rtl softspiders ss starter template test ts typescript
Last synced: 19 Nov 2024
https://github.com/thomascode92/ingredients-manager
Manage a list of your Ingredients with the Ingredients Manager app! A Introduction and Summary to React Hooks
learn-reactjs msw react-hooks reactjs reactjs-demo
Last synced: 13 Dec 2024
https://github.com/micheld-dev/netfilms
Clone de Netflix
axios material-ui msw netlify react-error-boundary react-query react-router-dom react-testing-library reactjs use-immer
Last synced: 17 Nov 2024
https://github.com/nu0ma/example-express
express jest msw supertest typescript
Last synced: 07 Dec 2024
https://github.com/eddiejaoude/nextjs-mswjs
NextJS example project mocking GitHub API using MswJS and NextJS experimental feature Instrumentation
Last synced: 21 Oct 2024
https://github.com/ayushsoni1010/testing-a-react-application
This repository consists of how to implement unit testing, end-to-end testing and mocked services in a React application using Cypress, Vitest and MSW
cypress e2e e2e-testing msw test testing testing-framework testing-tools unit-testing vitest
Last synced: 26 Oct 2024
https://github.com/creatordodo/dev_portfolio
포트폴리오 사이트 개발
babel emotion esbuild github-actions jest msw nextjs nodejs playwright pnpm react supabase swc tanstack-react-query typescript vite vitest yarn-berry zustand
Last synced: 20 Dec 2024
https://github.com/gomagoma676/msw-example-axios
How to mock the JSON placeholder API response in browser side 🚀
Last synced: 11 Nov 2024
https://github.com/terrence-ou/ai-fetcher
A NPM package that provides integration with popular language models. It is designed to facilitate easy and efficient ai-fetching tasks for your application.
msw npm-package typescript vitest
Last synced: 12 Oct 2024
https://github.com/reynoldarun09/mern-advanced-authentication
MERN Advanced Authentication: A robust authentication application built using the MERN stack with advanced features, providing users with a secure and seamless experience.
axios docker-compose express jest mongoose msw node nodemailer react react-hook-form shadcn-ui tailwindcss tanstack-react-query typescript vite vitest winston-logger zod-validation
Last synced: 29 Nov 2024
https://github.com/dsvjetl/react-redux-tanstack-msw-js-starter
Starter/Boilerplate for React app including configured libraries/tech: Vite, Redux, Tanstack Query, Mock Service Worker, Prettier, ESLint, SCSS, Plop.js, Husky, etc..
eslint husky husky-hooks javascript mock-service-worker msw plop plopjs prettier prettier-eslint react reactjs redux redux-toolkit scss scss-modules tanstack tanstack-query tanstack-react-query vite
Last synced: 29 Dec 2024
https://github.com/jdgabriel/graphql-mock-service-worker
Repository to learning GraphQL Request with Mock for Fast Development (MSW)
graphql graphql-request mocks msw nextjs react
Last synced: 30 Dec 2024
https://github.com/jdmiguel/louper
React application to search github users
material-ui-react msw react react-testing-library threejs typescript vite vitest
Last synced: 28 Dec 2024
https://github.com/paalamugan/nextjs-web-oauth-project
Web OAuth Project using ChakraUI, SCSS, Next.js, React, Redux, Redux Toolkit, TypeScript, and more.
boilerplate chakra-ui chakra-ui-react commitlint cypress docker-compose dockerfile eslint-config github-actions jestjs msw nextjs react redux redux-toolkit tailwindcss typescript vercel
Last synced: 19 Nov 2024
https://github.com/m-kupiec/starter-react-ts-tailwind
TypeScript and React project starter designed for scalable and maintainable web app development
eslint frontend msw prettier react tailwindcss testing-library testing-tools typescript vite
Last synced: 04 Jan 2025
https://github.com/what-s-your-plan/wypl-frontend
What's Your Plan Web Project
msw pnpm react storybook tailwindcss typescript vite
Last synced: 04 Jan 2025
https://github.com/textbook/rps-api
Worked example for "JS TDD API"
cypress javascript jest mock msw react tdd test-doubles testing tutorial
Last synced: 10 Nov 2024
https://github.com/lukaszkolodziejski/xxxl_nx-lingua-training
Application to improve language skills to B2-C1
expressjs javascript msw nextjs nx react swr tailwindcss typescript
Last synced: 12 Nov 2024