react-testing-library

Open-source projects categorized as react-testing-library

Top 23 react-testing-library Open-Source Projects

  • noodle

    Open Source Education Platform

  • Project mention: Moodle: Open-Source LMS | news.ycombinator.com | 2023-07-16

    There is a (hillariously named) alternative noodle [1] that aims to compete in this space. It is under development but looks polished.

    [1] https://noodle.run

  • jest-dom

    :owl: Custom jest matchers to test the state of the DOM

  • Project mention: Unit tests in React with Jest and Testing Library | dev.to | 2024-04-29

    Tests structure Queries Roles User events Matchers Jest Matchers testing-library Mock functions

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ifme

    Free, open source mental health communication web app to share experiences with loved ones

  • todoist

    Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Todoist Using React (by karlhadwen)

  • react-testing-library-course

    Test React Components with Jest and React Testing Library on TestingJavaScript.com

  • nextjs-prisma-boilerplate

    Full stack boilerplate with Next.js, Prisma, Tailwind, TypeScript, Docker, Postgres, documentation, frontend and backend unit and integration tests with Jest, Cypress end-to-end tests, Github Actions CI/CD workflows, and production deployment with Traefik and Docker.

  • Project mention: Ask HN: Freelancer? Seeking freelancer? (February 2024) | news.ycombinator.com | 2024-02-01

    SEEKING WORK | REMOTE | WORLDWIDE

    Location: Serbia

    Remote: Yes

    Technologies: React, Next.js, JavaScript/TypeScript, Node.js, TailwindCSS, Jest, Cypress, Prisma, PostrgreSQL, MongoDB, Docker, C#/.NET

    Resume/CV: Available on request

    GitHub: https://github.com/nemanjam

    LinkedIn: https://www.linkedin.com/in/nemanja-mitic

    Email: nemanja.mitic.elfak [at] hotmail.com

    I am a full stack developer with a Master's degree in Computer Science and 4 years of professional experience with JavaScript and C#/.NET. In the last few years my main focus has been the React/Next.js ecosystem, followed by Node.js. I am a JavaScript professional and a Python beginner interested to get more exposure to it. I have also worked with ASP.NET in the past which is not my primary focus at the moment. I have a basic understanding of DevOps tools.

    A quick and easy way to assess my current skill level, the quality of my code and documentation, and my preferred tech stack (Next.js, TypeScript, React Query, Prisma, Postgres, TailwindCSS, Docker, Github Actions) is to check out my latest project: https://github.com/nemanjam/nextjs-prisma-boilerplate

    I have experience working remotely for startups within globally distributed multicultural teams.

    You can check out my other projects at https://github.com/nemanjam . I have detailed resume available, you can tell me about your project by email: nemanja.mitic.elfak [at] hotmail.com or by LinkedIn: https://www.linkedin.com/in/nemanja-mitic .

  • react-typescript-todomvc-2022

    React TypeScript TodoMVC 2022

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • testing-library-docs

    docs site for @testing-library/*

  • Project mention: Why I rarely use `getByRole`: Testing Library and the first rule of ARIA | dev.to | 2024-05-03

    Testing Library provides a great set of accessibility-focused tools to locating elements when writing tests. It was created by Kent C Dodds, one of my longtime favorite educators on front-end and testing topics. Since the initial release in 2018 as "React Testing Library", it's grown in popularity beyond its React component testing roots. It now has plugins for all major test runners and JavaScript frameworks, and in 2022 some of its patterns were adopted in Playwright's test runner as the recommended way to locate elements.

  • dashboard

    Customizable personal dashboard and startpage (by darekkay)

  • Project mention: Show HN: Composable (as in iGoogle, but modern) privacy-friendly new tab | news.ycombinator.com | 2024-04-19

    I've created another open-source project which serves a similar purpose [1]. Unfortunately, I haven't been actively working on it for some time (although still using it daily).

    [1] https://github.com/darekkay/dashboard/

  • next-typescript-tailwind-mdx-starter

    Opinionated Next.js Starter with TypeScript, Tailwind, MDX, and decent SEO

  • Noisekun

    :headphones: Web page for listen combinations of sounds for relax, sleep, or getting more productive on tasks.

  • fflow

    fflow is an easy-to-use open-source tool for all developers to create their React application.

  • react-testing-techniques

    Testing effectively using a user-centered approach

  • create-react-app-vite

    Create React App Vite ⚛️

  • tailwind-react-next.js-typescript-eslint-jest-starter

    Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.

  • Batteries-Included-Next.js

    A starting boilerplate for a TS Next.js project with batteries included. Tailwind CSS for styling, Jest and React Testing Library working with path aliases and node-mock-http for API route testing.

  • glific-frontend

    Frontend for the Glific platform

  • awesome-address-book

    This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖

  • reactive-bible

    A Reactive Bible App developed with Reactjs, Mantine & Howler.

  • Project mention: Reactive Bible | /r/nextjs | 2023-05-24

    Repo: https://github.com/realvincentuche/reactive-bible

  • react-pokemon-hangman-game

    The Pokémon version of the hangman game.

  • youtube-react-testing-video8-forms-react-testing-library

    Testing Forms (react-hook-form and formik) using React Testing Library

  • willianantunes.com

    Where I blog about technology, my personal life, tools that I've built and many more 🤓

  • nextjs-ts-eslint-chakraui-vitest-playwright

    Boilerplate for NextJS 12 with current linters, testing and tools

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

react-testing-library related posts

  • Why I rarely use `getByRole`: Testing Library and the first rule of ARIA

    1 project | dev.to | 3 May 2024
  • Testing Intercepting Routes

    1 project | /r/nextjs | 11 Nov 2023
  • Mastering Jest: A Complete Guide to Testing Next.js Applications Part-2

    1 project | dev.to | 5 Sep 2023
  • How to run visual tests in 2023

    1 project | dev.to | 25 Aug 2023
  • Sharing UI Tests Between Javascript Frameworks

    3 projects | dev.to | 28 Jun 2023
  • findByText for Vue Test Utils

    2 projects | dev.to | 10 Jun 2023
  • Accessibility check while code review

    1 project | /r/reactjs | 25 May 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 3 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com