ErikHellman / js-testing-demo

A simple fullstack project for learning testing and QA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Demo

This is a simple fullstack project (ExpressJS and React) with the purpose of learning about linters and unit tests.

The first task is to apply eslint to both client and server and fix all warnings and errors.

The second task is to write basic tests for both client and server.

The third task is to add functionality (like more data to messages, verifying the input, etc.) and update all tests.

About

A simple fullstack project for learning testing and QA


Languages

Language:JavaScript 80.6%Language:HTML 16.0%Language:CSS 3.4%