mz4 / z-users

Sample React Redux app with unit tests and e2e tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Users

Sample React app, with unit tests and e2e tests.

Features

  • Display a list of users
  • Sort list
  • Add new users

Demo

demo

Cypress

cyoress

Unit tests

unittests

Run project

To run this project

    - Clone repo
    git clone https://github.com/mz4/users.git .

    - Install dependencies
    yarn

    - Start local server
    yarn start

    - Run unit tests
    yarn test

    - Run Cypress tests
    yarn cypress:open

License

MIT

About

Sample React Redux app with unit tests and e2e tests


Languages

Language:JavaScript 83.9%Language:SCSS 6.7%Language:TypeScript 4.6%Language:CSS 3.7%Language:HTML 1.1%Language:Procfile 0.0%