https://github.com/nilshartmann/react-example-app
Simple example of a react component
https://github.com/nilshartmann/react-example-app
Last synced: about 1 month ago
JSON representation
Simple example of a react component
- Host: GitHub
- URL: https://github.com/nilshartmann/react-example-app
- Owner: nilshartmann
- Created: 2015-08-05T15:48:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T21:11:42.000Z (about 8 years ago)
- Last Synced: 2025-08-23T08:54:17.052Z (about 1 month ago)
- Language: JavaScript
- Size: 6.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/nilshartmann/react-example-app)
React password field example
============================A simple react example implementing a password field component, inspired by this blog post: https://aerotwist.com/blog/better-password-form-fields/
[](https://nilshartmann.github.io/react-example-app/)
Run
---
* clone the git repository
* `npm install`
* `npm run devserver`
* In your webbrowser open http://localhost:8080
* Choose a password ;-)Running example
---------------
* You can find a running example here: https://nilshartmann.github.io/react-example-app/See also
--------* If you're using ClosureScript/Reagent: find a ported version of the password field example here: https://github.com/rpreissel/reagent-example-app/