/survey-app

:man: :page_facing_up: :white_check_mark: Survey project app written in React and Typescript using TDD.

Primary LanguageTypeScript






Build Status Coverage Status Known Vulnerabilities

Survey App

Survey MERN application built using TDD, Clean Architecture and SOLID.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  1. NPM or YARN

Installing

A step by step series of examples that tell you how to get a development env running

Clone the repo

git clone https://github.com/georgekaran/survey-app.git

Install the dependencies and run the app.

npm i
npm run dev

Running the tests

Unit tests

Run Jest unit tests

npm run test

Integrations tests

Run Cypress tests

npm run test:cypress:run

Coverage report

Generate coverage report of the tests

npm run test:ci

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • React - Web framework to built UI.

Acknowledgments