Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Jest

Jest is a JavaScript testing framework built on top of Jasmine, with a focus on simplicity and support for large web applications.

https://github.com/gonzagadavid/priority-list-fullstack

Aplicação desenvolvida com React js, Redux, Express e MongoDB, tendo como proposito otimizar a organização e produtividade das pessoas. De forma visual, a pessoa poderá organizar sua lista de tarefas, classificando a tarefa por nível de prioridade, status e data

axios express fullstack jest mongodb nodemon reactjs redux redux-thunk supertest swagger swagger-ui testing-library

Last synced: 18 Nov 2024

https://github.com/bitttttten/jest-transformer-mdx

A jest transformer for MDX with frontMatter support

frontmatter jest mdx

Last synced: 19 Nov 2024

https://github.com/jmlweb/tsnextstarter

A clean and lightweight TypeScript Next.js Starter powered by the tools (nearly) everybody use

cypress eslint jest nextjs prettier react starter storybook template typescript

Last synced: 18 Nov 2024

https://github.com/gonzagadavid/calendar-json-api

The Calendar JSON API can be used to provide you with a calendar formatted as a 2D array. For that, you may choose to query for the selected month, or the selected year, as explained in the endpoints below.

api backend calendar eslint express jest json supertest swagger tsnode typescript

Last synced: 18 Nov 2024

https://github.com/johnftitor/leaderboard

This website is a Leader Board App list using the Leaderboard API and JavaScript async and await functionality. It allows the user to submit scores and retrieve data of previously saved scores from a private game created the first time the page is opened. Have fun!

html javascript jest scss webpack

Last synced: 28 Dec 2024

https://github.com/iamdevmarcos/Nextjs-Boilerplate

A simple project starter to work with TypeScript, React, Next.js, Chakra UI, React Hook Form and Zod ♻️

chakra-ui jest nextjs react reacthookform reactjs testing-library typescript zod

Last synced: 28 Oct 2024

https://github.com/bondok6/world-data

A web application that provides information about each country in the world. The App is based on an external API that allows users to filter these countries by selecting a specific country. Build with React.js, Redux, and CSS modules.

api-rest css-modules heroku-deployment jest js linter npm-package reactjs redux toolkit

Last synced: 11 Jan 2025

https://github.com/virag-ky/math_magicians

"Math Magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read random math-related quotes.

css javascript jest jsx reactjs

Last synced: 12 Nov 2024

https://github.com/radiovisual/metalsmith-gulp-boilerplate

A starter template for Metalsmith + Gulp + Jest projects

browserify gulp handlebars jest metalsmith metalsmith-boilerplate metalsmith-gulp

Last synced: 10 Dec 2024

https://github.com/lauragift21/ride-my-way-react

Ride-My-Way is a carpooling application that provides drivers with the ability to create ride offers and passengers to join available ride offers.

enzyme eslint jest react redux redux-thunk

Last synced: 19 Nov 2024

https://github.com/dulajkavinda/commandk

🎯 A compact React component and npm package enabling quick website search through a modal, triggered by pressing Command + K

babel jest npm-package react react-testing-library rollup storybook

Last synced: 26 Oct 2024

https://github.com/rwieruch/node-js-jest

How to setup testing for Node.js with Jest.

jest node node-js nodejs testing testing-framework

Last synced: 08 Nov 2024

https://github.com/chrisuser/cra-template-complete-web-app

CRA template with: typescript, axios, sass, react-router, redux and much more already configured.

axios create-react-app jest jest-tests moment momentjs react react-redux react-router react-router-dom react-router-v6 reactjs redux reduxjs sass template typescript

Last synced: 30 Dec 2024

https://github.com/imahungrypanda/PandaNote

PandaNote is an Evernote clone that uses a Rails backend with a React frontend

clone css evernote full-stack heroku html jest rails react redux rspec rspec-rails

Last synced: 19 Nov 2024

https://github.com/metaphorical/quantum-blox

Quantum blox - modular UI boilerplate in react

css jest modularity modules postcss react reactjs redux redux-saga webpack webpack2

Last synced: 23 Nov 2024

https://github.com/saisilinus/react-redux-typescript-boilerplate

A react redux typescript for building production ready react apps

bootstrap jest react redux redux-toolkit redux-toolkit-query rtk-query sass typescript

Last synced: 12 Feb 2025

https://github.com/oscarmorrison/react-webpack-starter

⚽️ Best react webpack start (with es6 and other basics)

babel beginner-friendly es6 eslint jest react scss webpack

Last synced: 13 Oct 2024

https://github.com/sinedied/codingame-ts-starter

:muscle: Typescript starter template for CodinGame challenges

challenges codingame jest parcel prettier starter template typescript

Last synced: 23 Oct 2024

https://github.com/jasonraimondi/traverse

Traverse is a GitHub explorer. You can browse repositories trending by language. Traverse is an Electron app built with React, in TypeScript.

electron github github-explorer jest react redux redux-saga ts-jest typescript webpack

Last synced: 09 Nov 2024

https://github.com/ianmitchell/jest-discord

Jest Integrations for Discord.js

discord discord-bot jest testing

Last synced: 15 Oct 2024

https://github.com/lloople/vue-snake

🐍 The classic Snake game built with Vue. Just for learning purposes.

game jest snake-game vue

Last synced: 09 Nov 2024

https://github.com/m-anwar-hussaini/javascriptcapstone

This project is a web application that provides information about different countries. It allows users to explore details such as the continent, capital, area, and population of various countries. Users can also view comments and add their own insights about specific countries.

api css html5 javascript jest testing webpac

Last synced: 06 Jan 2025

https://github.com/ederssouza/react-javascript-boilerplate

Boilerplate para criação de projetos React utilizando JavaScript

editorconfig eslint jest plop prettier react react-testing-library vite

Last synced: 07 Nov 2024

https://github.com/wb-ts/resposive-chat

The UI design language and React library for Conversational UI with React, TypeScript , Gulp ...

eslint gulp husky jest postcss react react-dom rollup typescript

Last synced: 03 Feb 2025

https://github.com/ikatyang/generator-ts-jest

Quick generate TypeScript project, testing with Jest

jest typescript yeoman-generator

Last synced: 09 Dec 2024

https://github.com/diegovictor/ecoleta-web

Project built during Rocketseat's Next Level Week #1

coverage-report ecoleta javascript jest js nlw nlw-booster node nodejs reacjs react rocketseat ts typescript web

Last synced: 23 Oct 2024

https://github.com/graphile/jest-time-helpers

Helpers you can use in tests that relate to the passage of time (i.e. code that involves setTimeout, setInterval, new Date(), Date.now(), etc)

fake jest test testing time

Last synced: 14 Nov 2024

https://github.com/mohamedhnoor/unit-test-practice

In this exercise, I write a few practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make the tests easier for other developers to read and understand

javascript jest

Last synced: 25 Jan 2025

https://github.com/artemave/node-test-runners-performance-comparison

Node test runners performance comparison

jest mocha nodejs testing-tools

Last synced: 15 Feb 2025

https://github.com/aytdm/hello-nuxt

This is a example application of Nuxt.js + Element-ui + axios.

axios element-ui jest nuxt nuxtjs

Last synced: 06 Dec 2024

https://github.com/bent10/monorepo-starter

A starter template for a monorepo using NPM workspaces 🗂️

ava babel boilerplate bundling eleventy eslint jest monorepo npm package prettier renovate rollup scss typescript webpack workspace

Last synced: 30 Oct 2024

https://github.com/devalopers/devalopers

Devalopers is an online platform (backend here) that allows Tech Companies in Globally and especially in MENA to post jobs and projects while Developers, UX/Graphic designers, AI/ML, Tech Project managers and Tech product managers to find Remote Jobs and Freelancing projects.

devalopers-backend expressjs freelancing jest jobs mongodb mongodb-database projects

Last synced: 09 Feb 2025

https://github.com/bryceosterhaus/atom-jest-snippets

:atom: :black_joker: Atom editor snippets for Jest

atom atom-editor atom-package jest snippets

Last synced: 15 Oct 2024

https://github.com/emyann/matron

A Domain Specific Language à-la Dockerfile with a CLI to scaffold your projects.

angular cli command-line es6 jasmine javascript jest karma nodejs npm parcel react schematics typescript webpack

Last synced: 01 Nov 2024

https://github.com/jefferson1104/boilerplate-nextjs

With this boilerplate start your project well configured with Eslint, prettier, Husky, babel, next-config and even the use of PLOP for you to automatically create your component structure, with style, storiebook and test files.

jest nextjs react storybook styled-components typescript

Last synced: 12 Nov 2024

https://github.com/ummahusla/hacker-reader

📰 [WIP] Hacker News clone based on React.js

create-react-app hacker-news hacker-news-reader jest react

Last synced: 13 Jan 2025

https://github.com/chanonroy/is-chanon

🤔 Parody npm package to test tooling, publishing, and deployment

circleci docz jest netlify node semantic-release typescript yarn

Last synced: 16 Dec 2024

https://github.com/agilgur5/window-resizeto

A window.resizeTo polyfill for test environments like Jest & JSDOM (in <10 LoC)

jest jsdom polyfill ponyfill resize resizeto test testing window

Last synced: 18 Jan 2025

https://github.com/matteoh2o1999/github-actions-jest-reporter

A reporter allowing for fast and easy navigation through the logs produced by Jest in the Github Actions UI

actions github-actions jest jest-reporter testing

Last synced: 13 Oct 2024

https://github.com/hafiz1379/js-capstone-project

Our project is a web app that fetches data from an API, displaying items and allowing users to like, comment, and reserve them. It consists of a home page, comments popup, and popup. We use the Involvement API to record interactions and Jest for unit testing. The app is set up on GitHub using Gitflow, webpack, and follows the provided layout.

api css html javascript jest webpack

Last synced: 13 Jan 2025

https://github.com/wsmd/eslint-config

All-in-one, composable, ESLint configurations with support for TypeScript, React, Prettier, and Jest

eslint eslint-config javascript jest prettier tslint typescript

Last synced: 13 Feb 2025

https://github.com/bring-shrubbery/easy-npm-package-react

React and Typescript NPM package setup, just add your code and you should be able to publish it to NPM

es6 esbuild eslint github-actions jest npm prettier react swc tsup typescript

Last synced: 31 Oct 2024

https://github.com/alejandroq12/air-checker

"Air Checker" is a web application designed for real-time monitoring of air quality in various locations across El Salvador.

jest react redux redux-toolkit

Last synced: 10 Nov 2024

https://github.com/just214/nextjs-typescript-tailwindcss-starter

A simple starter kit for Next.js, TypeScript, and Tailwind CSS with Jest and Enzyme.

enzyme jest nextjs react tailwindcss typescript

Last synced: 25 Nov 2024

https://github.com/aiyoudiao/aiyou-wechaty-robot

这是2020年哎哟迪奥基于wechaty做的一个typescript版机器人。技术栈:typescript(编程语言)、koa2(服务器端框架)、jest(测试框架)、docker(线上部署)、wechaty(微信机器人SDK)。

docker jest koa2 nodejs robot typescript wechat wechaty wechaty-robot

Last synced: 28 Dec 2024

https://github.com/hamzaoutdoors/serie_lovers---js-capstone-

The JavaScript capstone project is about building my own web application based on an external API. My partner and me decided to work with API that provides data about series & movies.

bootstrap5 css3 html5 javascript jest webpack

Last synced: 23 Jan 2025

https://github.com/bondok6/todo-list

In this project, I built a simple To-Do App for managing the daily tasks and to keep track on tasks during the day. Build with HTML, CSS, and JavaScript.

css es6 html javascript jest

Last synced: 11 Jan 2025

https://github.com/robert-w/mern-kit

Sample boilerplate for a MERN stack running inside a docker container

docker docker-compose express graphql jest material-ui mern-stack mongodb mongoose nodejs react redux scss webpack

Last synced: 16 Jan 2025

https://github.com/dmitryefimenko/jest-given-when-then

Like rspec-given, but for Jest (port of jasmine-given)

bdd given-when-then jasmine-given jest

Last synced: 28 Oct 2024

https://github.com/schalkventer/faker-extra

🎠 Adds additional functionality and configuration options to the base Faker.js library

extension faker javascript jest mocha mocking test-driven-development testing typescript

Last synced: 28 Oct 2024

https://github.com/iturres/task-manager

✍️Task Manager is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. 🧪Tested with Jest🧪. Check it out! 👇

javascript jest jest-tests todolist-app webpack

Last synced: 23 Jan 2025

https://github.com/tobinchilongo/leaderboard

In this activity I am setting up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I will develop a first working version of the app following a wireframe, but without styling - just focus on functionality. In following activities, I will consume the Leaderboard API using JavaScript async and await and add some styling.

api async await css3 html5 javascript jest rest webpack

Last synced: 25 Dec 2024

https://github.com/mahammad-mostafa/delicious-meals

This is the capstone project for the second module in Microverse program. It is a group project which is about meal recipes app.

await-async capstone-project es6 es6-modules html-css-javascript jest kanban-board microverse promises rest-api single-page-app unit-testing webpack5

Last synced: 18 Oct 2024

https://github.com/heronlabs/vai-ts

Project created to initialize projects with Typescript

cli eslint github-actions gts jest nestjs npmjs prettier typescript yarn

Last synced: 15 Feb 2025

https://github.com/markis/jest-ratchet

🔧 Ratchet up test coverage

code-coverage jest jest-reporter test-coverage testing

Last synced: 07 Nov 2024

https://github.com/spirosikmd/typescript-microbundle-example

A TypeScript microbundle example

example jest microbundle typescript

Last synced: 13 Nov 2024

https://github.com/fueled/nodejs-graphql-template

Opinionated starter template for NodeJS based GraphQL Server with prisma used at Fueled.

apollo-server eslint jest nodejs prisma typescript

Last synced: 14 Dec 2024

https://github.com/nicolaswg/crypto-capstone-project

This is full SPA project built it with React & Redux. It display a home page where users can see the first 50 coins in the market. These data are obtained from the coingecko API.

css3 html5 jest jsx-syntax react react-hooks react-router redux redux-thunk testing-react

Last synced: 13 Jan 2025

https://github.com/deepraining/vue-app-starter

一个用于快速创建 Vue 项目的模板脚手架,使用 Webpack 与 Storybook 构建。A boilerplate for creating a Vue application, using Webpack and Storybook.

app boilerplate gulp jest starter storybook vue webpack

Last synced: 15 Nov 2024

https://github.com/daltonmenezes/be-the-hero

:star2: App to help NGOs built with ReactJS, React Native, Node.js and more.

app express javascript jest js knex ngo nodejs react react-native reactjs rocketseat sql sqlite supertest

Last synced: 14 Feb 2025

https://github.com/hardyscc/react-graphql-sample

Build a basic CRUD frontend application with React & GraphQL.

apollo apollo-server create-react-app graphql graphql-code-generator jest react react-hooks typescript

Last synced: 13 Feb 2025

https://github.com/erickwendel/migrating-from-jest-to-node-test-runner

A video (and blog post) tutorial about how to migrate from Jest to the Node.js native test runner

javascript jest nodejs

Last synced: 11 Nov 2024

https://github.com/tnzk/jest-gauge

Write executable acceptance tests with Jest, in your mother tongue, just loosely structured in Markdown.

atdd gauge jest testing

Last synced: 19 Nov 2024

https://github.com/johnftitor/todolist

In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets

html javascript jest scss webpack

Last synced: 28 Dec 2024

https://github.com/smelukov/revelation

Fast node.js modules resolver

jest nodejs resolver webpack

Last synced: 12 Oct 2024

https://github.com/gonzagadavid/sudoku

Projeto desenvolvido com JavaScript e Webpack, permitindo a pessoa usuária jogar sudoku em 3 níveis de dificuldades.

eslint javascript jest jest-dom sudoku webpack

Last synced: 18 Nov 2024

https://github.com/team-igniter-from-houston-inc/async-fn

Additional methods for different mocking libraries to introduce "late resolve" of promises returned by the mock functions. This allows tests that read chronologically, like a story.

async async-await bdd javascript jest sinon tdd unit-testing

Last synced: 02 Nov 2024

https://github.com/miroslavpetrik/edgedb-vs-knex

Comparison of Knex/Objection ORM & EdgeDB query builders by implementing & testing a task model with each setup.

database edgedb edgeql graph-relational jest knex objection typescript

Last synced: 02 Nov 2024

https://github.com/filipsuk/eventigo-app

Mobile client for eventigo.cz written in React Native

flowtype jest react-native redux redux-observable

Last synced: 27 Oct 2024

https://github.com/uruha/frontend-clean-architecture-essence-consideration

Using clean architecture essence for frontend application, consideration.

clean-architecture di-container frontend jest nextjs react

Last synced: 14 Oct 2024

https://github.com/alejandroq12/to-do-list

🚀 This repository contains the front-end implementation of a to-do list web application. The app is designed to help users efficiently manage their tasks and stay organized, using modern web development practices and technologies.

css dom dom-manipulation es6-javascript html javascript jest jest-tests todolist unit-testing webpack

Last synced: 10 Nov 2024

https://github.com/singuerinc/artstagram

Unofficial/Unsolicited ArtStation client with an Instagram inspired feed

api artstation enzyme jest lambda netlify react reactjs

Last synced: 15 Dec 2024

https://github.com/posva/jest-mock-warn

Mock console.log warn calls and assert their calls

console jest mock test vue

Last synced: 05 Jan 2025

https://github.com/robertoachar/playground-jest-mock

A playground for Jest with Mock

jest mock node ntl playground

Last synced: 11 Feb 2025

https://github.com/ikatyang/jest-snapshot-serializer-raw

jest snapshot serializer for reducing escapes in the snapshot file

jest jest-snapshot-serializer

Last synced: 23 Oct 2024

https://github.com/bestbynature/cinescope

CineScope is a web application that displays movies collection with their details and allows users to like or comment on a particular movie. Upon clicking the comment button, a pop-up is displayed that gives more information. The Project is achieved by consuming TV MAZE API for the actual movies and Involvement API for the interactions..

css eslint ghpages html5 javascript jest stylelint webpack5

Last synced: 02 Nov 2024

https://github.com/bradgarropy/http

📻 http request library

ajax eslint fetch http jest node prettier typescript

Last synced: 15 Feb 2025

https://github.com/aretecode/modern-stack-web-portfolio

Monorepo for https://github.com/aretecode/modern-stack-portfolio-graphql & https://github.com/aretecode/modern-stack-portfolio-react

apollo apollo-client apollo-link-state apollo-server firebase graphql graphql-client graphql-server indexdb jest monorepo nextjs now portfolio react redis storybook styled-components submodule typescript

Last synced: 10 Nov 2024

https://github.com/laisfrigerio/blog

My personal blog where I share my knowledge and experiences

blog jest markdown md nextjs nextjs-blog react

Last synced: 19 Nov 2024

https://github.com/asmaelabid/nextjs-starter-kit

Next.js Starter Kit | Scalable, Fast, and Developer-Friendly 🚀 A modern Next.js boilerplate with TypeScript, Tailwind CSS, i18n support, Redux, and React Query. Ready for rapid development and optimized for performance.

ci cypress eslint github-actions husky i18n jest next-boilerplate next-starter nextjs prettier redux starter starter-kit storybook tailwindcss typescript

Last synced: 21 Dec 2024

https://github.com/jmegner/kt21calculator

Specialized calculator for analyzying shooting and fighting in Kill Team 2021 edition ("KT21").

github-actions github-pages jest kill-team react react-hooks statistics

Last synced: 06 Nov 2024