MC-Kraken / react-unit-testing

Simple React app to demonstrate unit testing concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do App

This is a simple app that illustrates basic React concepts. It uses the following technologies:

  • UI
    • TypeScript
    • React
    • react-testing-library
    • Jest
    • create-react-app
  • Backend
    • C# / .NET 6 (API)
    • SQLite (data store)

Run the API

Run the following commands from the root directory:

cd ./api/Api
dotnet run

Run the UI

Run the following commands from the root directory:

npm start

The app reloads in the browser when you make changes.

Run the UI Unit Tests

Run the following commands from the root directory:

npm test

About

Simple React app to demonstrate unit testing concepts


Languages

Language:TypeScript 66.6%Language:C# 26.8%Language:HTML 6.6%