Skip to content

evertondenis/isstrong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is Strong?

Is Strong? it's a technical test where I using React, and Styled Components, and Jest, and Enzyme... I opted out don't use Redux or Redux-Saga to control the states. In that example form, we have a component from validate a password strength, where we pass props like: min characters, max characters, enable compare password, etc.

Demo online here!

improvements coming soon. 😜

Installing dependencies

Download or clone this repository;

Yarn: $ yarn

Npm: $ npm i

Runing project

Yarn: $ yarn start

Npm: $ npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Run tests

Yarn: $ yarn test

Npm: $ npm test

Coverage reporting

Yarn: $ yarn test --coverage

Npm: $ npm test --coverage

Components Doc

I'm using the great Docz

Yarn: $ yarn doc

Npm: $ npm doc

Open http://localhost:3030 to view components doc in the browser.


------------

This project was bootstrapped with Create React App.