Skip to content

Create react form validation lib #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

phyrog
Copy link
Contributor

@phyrog phyrog commented Jul 3, 2017

Creates the initial version of the lib.

Still need to write some tests and documentation, but it should be already usable.

To run the demo application, install dependencies with yarn and then run yarn start to start the development server on port 3000.

I also published a first alpha version of the package on npm (mainly to test how that works, but also so we can test the frontend with it).

@phyrog phyrog force-pushed the create_react_form_validation_lib branch from f5a81bf to fde0f34 Compare July 3, 2017 21:34
@codecov-io
Copy link

codecov-io commented Jul 3, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@1d47d01). Click here to learn what that means.
The diff coverage is 51.51%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #1   +/-   ##
=========================================
  Coverage          ?   51.51%           
=========================================
  Files             ?       10           
  Lines             ?      132           
  Branches          ?        0           
=========================================
  Hits              ?       68           
  Misses            ?       64           
  Partials          ?        0
Impacted Files Coverage Δ
src/Validator.js 0% <0%> (ø)
src/Validate.js 0% <0%> (ø)
src/validations/email-validation.js 100% <100%> (ø)
src/validations/validation.js 100% <100%> (ø)
src/validations/match-validation.js 100% <100%> (ø)
src/validations/required-validation.js 100% <100%> (ø)
src/validations/equals-validation.js 100% <100%> (ø)
src/validations/length-validation.js 100% <100%> (ø)
src/validate-fns.js 100% <100%> (ø)
src/field.js 4.34% <4.34%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d47d01...d6d9b9c. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants