Unit testing
Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.
- GitHub: https://github.com/topics/unit-testing
- Wikipedia: https://en.wikipedia.org/wiki/Unit_testing
- Created by: Kent Beck, Erich Gamma
- Released: 1997
- Related Topics: testing, integration-testing, tdd, test-automation, e2e-tests, contract-testing, ui-testing, acceptance-testing, api-testing, junit,
- Aliases: unit-tests,
- Last updated: 2025-06-23 00:31:26 UTC
- JSON Representation
https://github.com/Hisham-reactz/flutter_best_practices
Flutter best practices ( Null Safety , MVI architecture using bLOC package , TDD , Unit testing , Widget Testing , Integration testing , CI/CD pipeline using code magic )
async best-practices bloc cicd dart flutter flutter-bloc flutter-examples flutter-isolate hydratedbloc integration-testing modular mvi-architecture null-safety platform-channels replay tdd unit-testing widget-testing
Last synced: 03 Apr 2025
https://github.com/kerolesnabill/socialmediaapi
A RESTful API for a social media platform built using ASP.NET Web API. This project follows the Clean Architecture principles and provides features like user authentication, post management, comments, likes, and more.
asp-net-core-web-api clean-architecture cqrs csharp dependency-injection entity-framework-core identity integration-testing restful-api solid sql-server tdd testing unit-testing
Last synced: 15 Feb 2025
https://github.com/douaa1819/citronix
Citronix is a farm management system built with Spring Boot, designed to help farmers manage farms, fields, trees, harvests, and sales. It allows efficient tracking of tree growth, seasonal harvests, and sales revenue, all while optimizing farm productivity.🌱👨🌾
java maven mockito postgresql restful-api spring-boot unit-testing
Last synced: 09 Apr 2025
https://github.com/mrdulin/jest-v26-codelab
Learning jestjs v26.x.x testing framework by examples
jestjs react-router-dom reactjs typescript unit-testing
Last synced: 05 May 2025
https://github.com/howprogrammingworks/unittesting
Unit Testing
stub test testing unit-test unit-testing unit-tests unittest unittesting unittests
Last synced: 07 May 2025
https://github.com/aphistic/sweet
Sweet is a pluggable test runner capable of hooking into standard Go tests.
go golang sweet testing unit-testing
Last synced: 21 Mar 2025
https://github.com/emil8250/ctftools
A collection of ctf tools written in C#
beginner-friendly capture-the-flag csharp ctf ctf-tools dotnet good-first-issue hacking hacking-tool hacktoberfest hacktoberfest2023 nuget-package unit-testing unittest
Last synced: 12 Apr 2025
https://github.com/nguyenkhanhquy/spring-boot-unit-testing
Spring Boot Unit Testing with JUnit, Mockito and MockMvc
Last synced: 13 Apr 2025
https://github.com/dgroup/xlsx-matchers
Elegant object-oriented hamcrest matchers for Apache POI
apache-poi elegantobjects excel hamcrest hamcrest-matchers java poi tdd tdd-java testing unit-testing
Last synced: 13 Mar 2025
https://github.com/abetomo/simply-imitated-sqs-for-testing
Simply imitated SQS for testing. Simple SQS class that can be used for local test. You do not even need to use Docker.
aws imitate sqs unit-testing unittest
Last synced: 17 Mar 2025
https://github.com/bygui86/spring-testing
Spring Testing sample project
assertj contract-testing dockerfile integration-testing java java-8 makefile maven mavenw mockito spring spring-boot spring-boot-2 spring-cloud-contract spring-feign spring-test testing testing-framework testing-practices unit-testing
Last synced: 14 Apr 2025
https://github.com/atidevs/aad-practice
Practice for the Google Android Associate Developer Certification
activity android constraint-layout integration-testing intent java jobscheduler lambda-expressions localization menus mockito notifications pickers recyclerview robolectric room-persistence-library snackbar toast unit-testing xml
Last synced: 13 May 2025
https://github.com/brianschroer/sparky-test-helpers
.NET unit test helper libraries - Source code for "SparkyTestHelper" nuget packages: SparkyTestHelpers, SparkyTestHelpers.AppSettings, SparkyTestHelpers.AutoMapper, SparkyTestHelpers.Mapping, SparkyTestHelpers.Moq, SparkyTestHelpers.Xml
automapper configuration-files csharp dotnet dotnet-standard moq unit-testing
Last synced: 08 May 2025
https://github.com/1and1/jsoup-hamcrest
JSoup Hamcrest Matchers brings the power of css matchers to your tests.
acceptance-testing css-selector hamcrest-matchers integration-testing jsoup junit4 junit5 spock-framework testing unit-testing
Last synced: 20 Jun 2025
https://github.com/jamiefdhurst/journal
A simple blog available as an API, written in Go with accompanying tests and documentation. Can be used as a useful starting point for Go web projects.
golang rest-api sqlite unit-testing
Last synced: 22 Mar 2025
https://github.com/dean9703111/vuetify-vite-ts-test
Vuetify+Vite+Vue3+TypeScripts+@vue/test-utils 入門專案
type typescript unit-testing vite vue-test-utils vue3 vuetify
Last synced: 12 Jan 2025
https://github.com/meryemsanem/budget-app
Budget App is a Ruby on Rails web application designed to help users manage their expenses and budgets. With Budget App, users can track their expenses and categorize them to improve their financial management.
devise devise-views integration-testing ruby-on-rails unit-testing
Last synced: 24 Apr 2025
https://github.com/kylekatarnls/multi-tester
Test multiple composer dependencies
composer continuous-testing php testing unit-testing
Last synced: 17 Mar 2025
https://github.com/catchmeifyoucan99/monkey_app
📊 Semester 6 Year 2 - Optional: Monkey - AI - Expense Management App with Unit Testing
ai dart flutter-apps scan statistics unit-testing
Last synced: 03 Apr 2025
https://github.com/pedrior/motorent-aluguel-de-motos
Uma API REST para gerenciar aluguel de motos desenvolvida com ASP.NET Core, Arquitetura Limpa, DDD e Testes de Unidade e Integração
api aspnetcore clean-architecture cqrs ddd design-patterns docker dotnet efcore integration-testing postgresql unit-testing
Last synced: 01 May 2025
https://github.com/thenameiswiiwin/moodsense-ai
MoodSense AI: A transformative journaling app built with Next.js, Tailwind CSS, and Langchain, leveraging the power of AI to analyze emotions and provide valuable insights.
ai clerkauth javascript langchain langchain-js langchain-typescript nextjs nextjs13 planetscale prisma react sql tailwindcss typescript unit-testing vitest
Last synced: 12 May 2025
https://github.com/seth-shi/go-zero-testing-example
go-zero unit testing and integration testing
go go-zero golang grpc grpc-testing unit-testing
Last synced: 10 Apr 2025
https://github.com/mnisarali/tdd-project
This repository implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code.
mocks rspec tdd testing unit-testing
Last synced: 14 Mar 2025
https://github.com/egoist/vbuild-karma
Run unit tests with vbuild and Karma
jasmine karma phantomjs unit-testing vbuild webpack
Last synced: 12 Apr 2025
https://github.com/azukds/test-aide
Package to help with unit testing for data science projects.
data-science mocking pytest testing unit-testing
Last synced: 10 Apr 2025
https://github.com/maplephp/unitary
PHP Unitary is a user-friendly and robust unit testing library designed to make writing and running tests for your PHP code easy.
ci-cd code-quality continuous-integration lightweight php php-testing tdd testing-library testing-tools unit-testing unit-tests user-friendly validation
Last synced: 06 Dec 2024
https://github.com/MohFahmi27/MyIntermediateAndroidSubmission
Dicoding.com Submission for Belajar Pengembangan Aplikasi Android Intermediate
custom-ui flow-kotlin instrument-testing jetpack-android junit4 kotlin-dsl kotlin-flow mockito-kotlin modularization unit-testing
Last synced: 11 Mar 2025
https://github.com/cybercoral/pytesting
A Python library that contains tools for unit testing.
python python3 qa qa-automation unit-testing
Last synced: 25 Jan 2025
https://github.com/xtro/swiftusecase
SwiftUseCase is library for creating independent & test coverable use-cases with a powerful execution API.
blocks combine concurrent-programming swift swift-packages unit-testing usecase
Last synced: 31 Jan 2025
https://github.com/batbrain7/mediumrealworldio
Clone of the medium app using the api
Last synced: 04 Apr 2025
https://github.com/begenov/backend
Developed a banking system with features to manage accounts, record balance changes and money transfers within transactions using gRPC, Golang, transaction technology and Docker for deployment.
gin grpc http postgresql protobuf unit-testing
Last synced: 17 Feb 2025
https://github.com/thombashi/gtest-project-template
C++ test project template using Google Test.
cpp11 google-test project-template template-repository unit-testing
Last synced: 26 Mar 2025
https://github.com/ivan-sincek/solidity-learning
Work in progress...
blockchain ctf ethereum ethernaut ethersjs ganache hardhat javascript metamask openzeppelin sepolia smart-contracts solidity test-driven-development truffle unit-testing web3js
Last synced: 15 Apr 2025
https://github.com/kralizek/autofixtureextensions
A set of small extension packages to make the life of AutoFixture users easier.
aspnetcoremvc-testing autofixture dotnet grpc-testing mockhttp nuget-packages unit-testing
Last synced: 23 Nov 2024
https://github.com/0xjonaseb11/jonas-sebera-portfolio.dev
My professional career portfolio website | Skill set show case
dynamicforms mui reactjs responsive-design reusable smooth-scrolling solidity tailwindcss three-js unit-testing vivusjs web3-dapp webvitals
Last synced: 12 Apr 2025
https://github.com/sky172839465/leetcode-in-js
LeetCode solution in JavaScript. ✍️
code-generator leetcode leetcode-javascript unit-testing
Last synced: 23 Apr 2025
https://github.com/sondosaabed/developing-python-packages
In this course, I learned about package structure, essential files for packaging, import structure, documentation, and maintaining code style with flake8. I used templates and cookiecutter to create package skeletons. Lastly, I learned to use setuptools and twine to build and publish packages to PyPI.
cookiecutter datacamp flake8 pyment pypi python python-package setuptools tox-testing twine unit-testing zen
Last synced: 09 Apr 2025
https://github.com/shankybnl/junit-jacoco-example
This tutorial is for beginners to set up jacoco in gradle project and get the code coverage of unit tests
code-coverage coverage-report gradle jacoco java junit unit-testing
Last synced: 15 Apr 2025
https://github.com/boneskull/intro-to-mocha
Slide deck for "Intro to Mocha" talk
integration-testing mocha mochajs presentation reveal-js slides testing testing-framework tutorial unit-testing
Last synced: 09 Apr 2025
https://github.com/prantlf/tehanu
Blazingly fast, tiny and simple JavaScript test framework with pluggable reporters and an optional runner.
test test-framework test-harness test-runner testing testing-framework unit-testing
Last synced: 21 Jun 2025
https://github.com/virag-ky/testing-practice
Testing practice with Jest.
end-to-end-testing integration-testing javascript jest jest-tests nodejs unit-testing
Last synced: 30 Apr 2025
https://github.com/jeffersonRibeiro/luizalabs-front-end
Single Page App built with React to search places by CEP and save to favorites.
continuous-deployment continuous-integration integration-testing react redux spa unit-testing
Last synced: 25 Nov 2024
https://github.com/dimitrietataru/csharp-unit-testing
.NET - Unit Testing
arrange-act-assert asp-net-core-web-api assertions bogus code-coverage coverage-report csharp dot-net-core fluentassertions given-when-then moqui-framework net-5 net-core-3-1 nunit-framework reportgenerator shouldly unit-testing xunit-framework
Last synced: 10 Mar 2025
https://github.com/alustau/clinic
This is a simple project about clinic
doctor elegance interview ruby rubyonrails simple solid unit-testing
Last synced: 14 May 2025
https://github.com/virag-ky/oop-school-library
This is a console app project which behaves as a school library. The user can add persons(students, teachers), add books, add rentals, list all books, list all persons/students/teachers and list all rentals by a given person's ID.
classes oop rspec rubocop ruby unit-testing
Last synced: 30 Apr 2025
https://github.com/gabrielfalcao/chemist
Simple, flexible and testable active-record powered by SQLAlchemy - supports seamless encryption of fields through PyNaCL
active-record flask functional-testing mysql mysql-orm postgresql psycopg2 python sql sqlalchemy unit-testing
Last synced: 25 Jan 2025
https://github.com/johann-s/jsunitsaucelabs
Allow you to run your unit test throw Saucelabs without Grunt
javascript nodejs saucelabs saucelabs-api unit-testing
Last synced: 21 Jun 2025
https://github.com/midhetfatema94/PentaBanchar
An implementation of an on-demand towing service for cars on the road.
cars demand-towing-service firebase-database ios ios-app ios-swift mvvm mvvm-architechture mvvm-architecture road swift swift-demo swift-designpattern swift-development uber unit-testing xcode
Last synced: 12 Mar 2025
https://github.com/pferreirafabricio/dev-freelas
💼 An API to control freelance jobs, using .NET 5, XUnit, CQRS and Clean Architecture
clean-architecture cqrs csharp enityframework jwt jwt-authentication mediatr migrations mysql net-core net-core-5 swagger unit-testing xunit-tests
Last synced: 03 Mar 2025
https://github.com/devsazal/geo-features-bbox-api
GeoFeatures API — to get data as json for any valid coordinates as bounding box (TypeScript, Node.js, Express.js, Docker)
docker expressjs geometry openstreetmap typescript unit-testing
Last synced: 05 Apr 2025
https://github.com/suin/livexample
💯 Ensures your example codes works well by unit testing.
example-code livexample php phpunit phpunit-extension testing unit-testing
Last synced: 22 Nov 2024
https://github.com/ashtanko/picasa-gallery-android
A client for https://picasa.google.com
android android-architecture clean-architecture coverage coveralls jacoco jacoco-kotlin kotlin kotlin-android mvp-architecture travis-ci unit-testing
Last synced: 25 Nov 2024
https://github.com/lamsut/iaas-automation
Automated AWS infrastructure provisioning using Terraform with GitHub Actions (GitLab CI/CD)
aws-resources cicd integration-testing terraform-modules unit-testing
Last synced: 28 Dec 2024
https://github.com/tufayellus/python-selenium-use-authenticated-proxy
Code for using authenticated proxy with selenium chromedriver in python
automation chromedriver python python-script selenium selenium-python selenium-webdriver unit-testing webdriver
Last synced: 23 Apr 2025
https://github.com/ashmalzahra/space-travelers-hub
This project is a Single Page Application(SPA) that has been built working with real live data from SpaceX API. A web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions. Built with React and Redux.
best-practices code-review deployment events react react-router react-testing-library redux redux-thunk unit-testing
Last synced: 17 Jun 2025
https://github.com/jmmoser/thingworx-jest
Adaptation of Jest JavaScript Testing Framework for ThingWorx Services
javascript jest test testing tests thingworx unit unit-test unit-testing unittest
Last synced: 27 Feb 2025
https://github.com/gjbex/c-plus-plus-software-engineering
Material for a training session on C++ software engineering
cmake cplusplus design-patterns linting software-development software-engineering training unit-testing
Last synced: 22 Nov 2024
https://github.com/eddiejibson/sido
Simplistic PHP testing library with 0 composer dependencies.
framework php testing unit unit-testing unit-testing-framework
Last synced: 14 Jun 2025
https://github.com/minoddein/gymlog
GYMLog is a desktop application for conducting training activities and nutrition
desktop desktop-app dotnet-core json mvc unit-testing winforms
Last synced: 04 Apr 2025
https://github.com/csaba79-coder/api-first-development
Contract first development using Swagger API
h2-database integration-testing liquibase-changelog maven modelmapper mysql-database open-api-v3 spring-boot spring-security swagger-api unit-testing
Last synced: 26 Mar 2025
https://github.com/vdsabev/sneer
Type-safe mocking utilities for reliable unit tests
mocking testing typescript unit-testing
Last synced: 10 Feb 2025
https://github.com/jbzoo/skeleton-php
PHP Skeleton for new JBZoo projects
jbzoo php php-skeleton phpunit skeleton test testing unit-testing
Last synced: 14 Apr 2025
https://github.com/virag-ky/rspec-exercises
This repository is for practice writing tests with RSpec.
Last synced: 28 Feb 2025
https://github.com/jeamon/goalgo
This repository contains some coding challenges tasks done completely into golang. Feel free to learn from them.
algorithm-challenges algorithms-and-data-structures benchmark computer-science go golang golang-examples programming-challenges software-engineering unit-testing
Last synced: 10 Apr 2025
https://github.com/abhilashg97/jalebi
A standalone Student Management System Software
javafx junit mvc-architecture software-engineering unit-testing
Last synced: 22 Feb 2025
https://github.com/deniskovalyonoksamples/elearningplatform
Web API sample of eLearning system. Solution include web site (ASP.NET MVC), web api (ASP.NET Web API 2), ORM (NHibernate with Fluent Mappings), Database (MySQL). Unit tests presented for all API requests.
asp-net asp-net-mvc business-logic css data-access-layer html javascript mysql mysql-database nhibernate repository-pattern unit-testing unitofworkpattern web webapi-2
Last synced: 14 Mar 2025
https://github.com/codecop/rabatt-rechner-kata
Exercise for finding tests for boundary conditions.
boundary-conditions code-kata exercise kata test-cases unit-testing
Last synced: 16 Apr 2025
https://github.com/amiralles/contest
Contest is a minimalist, cross-platform testing framework for .NET.
Last synced: 08 Apr 2025
https://github.com/0rayn/jt
Just-Test is your Test-Harness software made in C for C
c-language test-automation test-harnesses unit-testing
Last synced: 03 Dec 2024
https://github.com/DenisKovalyonokSamples/ElearningPlatform
Web API sample of eLearning system. Solution include web site (ASP.NET MVC), web api (ASP.NET Web API 2), ORM (NHibernate with Fluent Mappings), Database (MySQL). Unit tests presented for all API requests.
asp-net asp-net-mvc business-logic css data-access-layer html javascript mysql mysql-database nhibernate repository-pattern unit-testing unitofworkpattern web webapi-2
Last synced: 11 Mar 2025
https://github.com/kanzatahreem/to-do-list
Webpack based webapp, build with JavaScript, To-do list is a tool that helps users to organize their day. It lists the things that they need to do, and allows them to add, edit, delete or mark an item as complete.
css es6-javascript github-flow html jest-tests modules pair-programing pair-programming todolist todolist-javascript unit-testing webpack
Last synced: 26 Feb 2025
https://github.com/ciriousjoker/fake_firebase_performance
Flutter package: Fake Firebase Performance for use during Flutter unit & widget tests.
fake firebase firebase-performance firebase-performance-monitoring flutter-test mock unit-testing
Last synced: 24 Mar 2025
https://github.com/matheusb432/task-manager-app-dotnet
Backend REST API for TMA, with E2E Tests using Selenium WebDriver
asp-net-core dotnet e2e-tests selenium-webdriver sql unit-testing
Last synced: 03 Apr 2025
https://github.com/ryanchao2012/gutt
Auto Generate Unit Test Templates
code-generation codegen gutt python testing unit-testing
Last synced: 05 May 2025
https://github.com/ashmalzahra/oop-school-library
This project uses Object Oriented Programming to build a school library app. The tool records what books are in the library and who borrows them. Built with Ruby.
best-practices object-oriented-programming oop-principles ruby uml-diagram unit-testing
Last synced: 05 Apr 2025
https://github.com/airtap/browsers
A reusable list of browsers to test when using Airtap.
browsers sauce-labs unit-testing
Last synced: 14 Apr 2025
https://github.com/ondrejmirtes/mocktainer
Create objects of classes with mocked dependencies more easily!
Last synced: 09 Feb 2025
https://github.com/neko-box-coder/cppoverride
Override any functions you want, just like mocking but better
cpp cpp11 mock mocking unit-test unit-testing
Last synced: 13 Apr 2025
https://github.com/voodoocreation/react-test-wrapper
A set of classes to make setting up React components for unit tests easy.
enzyme jest react react-component react-components react-redux react-test react-test-wrapper react-testing react-testing-library reactjs redux test test-wrapper testing tests typescript unit-test unit-testing unit-tests
Last synced: 29 Jan 2025
https://github.com/bryandejesusrt/restfull-api-clients
API RESTful para gestión de clientes con integración a base de datos PostgreSQL y servicio externo de países. 🚀
java junit5 maven postgresql quarkus restful-api swagger-ui unit-testing
Last synced: 11 Apr 2025
https://github.com/mazenrashed/github-repositories
Sample for using MVVM - Koin - Room - RxJava - Retrofit - Mockito - JUnit
android dependency-injection koin kotlin kotlin-android mockito mockito-kotlin mvvm mvvm-android mvvm-architecture retrofit retrofit2 room room-database rxandroid rxjava-android rxjava2 rxkotlin sqlite unit-testing
Last synced: 18 Jun 2025
https://github.com/akaanuzman/githubclone
Github Clone with Unit Testing on SwiftUI with Github API 🚀
github github-api github-clone swift swift-language swift5 swiftui swiftui-app swiftui-framework swiftui-learning unit-testing unit-tests-true unittest
Last synced: 13 Mar 2025
https://github.com/hazae41/binary
Zero-copy binary data types 🏎️
binary buffer cursor decoding encoding esmodules javascript nodejs typescript unit-testing zero-copy
Last synced: 19 Apr 2025
https://github.com/nassimtaghipour/negotiation-react-app
React.js app with unit tests that are implemented by jest-enzyme
bootstrap4 css3 enzyme-testing html5 jest-tests negotiation reactjs unit-testing
Last synced: 23 Feb 2025
https://github.com/dhi13man/answering-forum-backend
A Node.js Express backend for a Stackoverflow like answering forum, with RESTful endpoints, written in es6 style with linted and comprehensively unit-tested code. Utilizes a local json database using fs but has full separation of concern to implement anything else.
babel backend backend-api es6 eslint express express-middleware express-router filesystem fs javascript jest json jwt model-view-controller node node-js nodejs rest-api unit-testing
Last synced: 21 Mar 2025
https://github.com/badgerati/edison
Edison is an open source unit/integration test framework for .NET
assert chocolatey continuous-testing dotnet edison integration-testing nuget parallel regression-testing system-testing test-assembly test-framework testdriven tests unit-testing
Last synced: 18 Dec 2024
https://github.com/scratchaddons/meow
Scratch Addons unittests.
actions nodejs unit-testing unittest
Last synced: 14 Apr 2025
https://github.com/nerdic-coder/jest-angular-demo
A demo of Jest unit tests with Angular
angular jest jest-tests typescript unit-testing
Last synced: 22 Feb 2025
https://github.com/zh217/py-pgtest
Making postgresql unit-testing less painful
postgresql python unit-testing
Last synced: 09 Apr 2025
https://github.com/soundvibe/pbt4j
pbt4j is property-based testing extensions for JUnit
java junit nashorn property-based-testing unit-testing
Last synced: 23 Feb 2025
https://github.com/iswenzz/gscunit
gscunit is a unit testing library for GSC.
cod4 gsc gsclib typescript unit-testing
Last synced: 14 May 2025
https://github.com/0rayn/Jt
Just-Test is your Test-Harness software made in C for C
c-language test-automation test-harnesses unit-testing
Last synced: 16 Feb 2025
https://github.com/codingnagger/dotnetcore-sample
Sample solution with default values API and test project
api api-server apis dotnet dotnet-core dotnetstandard sample sample-connector sample-project samples unit-testing
Last synced: 03 Jan 2025
https://github.com/pdsuwwz/vue-unit
Unit Test for Vue -- 搭建 Vue 3.x + Vite 4.x 单元测试环境(包含覆盖率测试)
codecov coverage environment jest jest-environment-jsdom pnpm starter-template unit-testing vite vite3 vite4 vue vue3
Last synced: 19 Jun 2025
https://github.com/dylibso/xtp-test-rust
A Rust test framework for xtp / Extism plugins.
extism plugins testing unit-testing wasm webassembly
Last synced: 18 Mar 2025
https://github.com/mhweiner/kizu
An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.
ava jasmine jest jest-testing jest-tests mocha mocha-typescript mochajs test testing typescript unit unit-testing vitest vitest-ts
Last synced: 10 Jun 2025
https://github.com/dylibso/xtp-test-js
A JavaScript/TypeScript test framework for xtp / Extism plugins.
extism plugins testing unit-testing wasm webassembly
Last synced: 30 Apr 2025
https://github.com/ifzarasool/metrics-webapp
This is a mobile web application to check the data on the total covid19 confirmed cases and deaths, check data for all countries with recorded cases. It also has a details page to check for the statistics for each region/state if available.
es6-javascript html-css-javascript html5 jest-snapshots jest-tests nodejs reactjs reacttestinglibrary redux-thunk unit-testing webpack
Last synced: 22 Feb 2025