sidtagirisa / users_listing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

This is built on top of Node 12. For optimal performance, I suggest to use Node 12 while running this locally.

Frameworks and Libraries used:

  1. react v16
  2. node-sass for scss
  3. jest for unit testing
  4. typescript v3

User Stories

  1. Provide an easy way so that users can contact a Team member. A user should be able to navigate the interface via keyboard. The app will be responsive and render well on modern desktop browsers as well as mobile devices.
  2. Build without using any css framework.

Instructions

Running

  1. clone the repository
  2. make sure you are using node 12
  3. run npm install
  4. run npm run start

Testing

  1. For unit testing run npm run test:watch
  2. For updating snapshots run npm run test:watch:update
  3. For coverage run npm run cover

Deploying to GitHub Pages

run npm run deploy

About


Languages

Language:TypeScript 84.7%Language:HTML 8.1%Language:CSS 7.2%