/ovc-users

Primary LanguageTypeScript

Installation

  1. git clone https://github.com/boraoren/ovc-users.git
  2. yarn install
  3. to run,
    1. storybook yarn storybook
    2. application in development mode yarn start

Project OVC

for Figma low fidelity design check here

Figma

Users

Name Email City Company
Leanne Graham Sincere@april.biz Gwenborough Romaguera-Crona
Ervin Howell Shanna@melissa.tv Wisokyburgh Deckow-Crist
zebra stripes Nathan@yesenia.net McKenziehaven Romaguera-Jacobson

You can search users by using name keyword

User Detail

Title Body
sunt aut facere repellat provident occaecati excepturi optio reprehenderit quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto

Using APIs

users https://jsonplaceholder.typicode.com/users
user detail https://jsonplaceholder.typicode.com/posts?userId=1

for more detail click here

Testing

to run tests while development

yarn test --watch

to show test coverage

yarn test:coverage

Code coverage

to generate test output for storybook jest addon

yarn test:generate-output

Code coverage

CI / CD

check project github actions

Github CI/CD

ISSUES

check github issues

Github Issues

RELEASES

check github releases

Github Releases