mersocarlin / patient-trial-app

Prototype for patient-trial-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patient-trial-app Travis

Prototype for patient-trial-app.

Development

This is a SPA application made with ReactJS.

Additional details:

  1. JavaScript as programming language.
  2. npm as package dependency management. Yarn is also possible to use if you have it installed.
  3. ReactJS as frontend framework.
  4. Redux as predictable state container.
  5. Jest as testing framework along side chaijs, enzyme and SinonJS.
  6. CSS/CSS3.
  7. Myself as incredible developer :)

Running the app

npm install && npm start

Open your browser at http://localhost:3000

Test

npm test
npm test -- --coverage

Test Coverage

License

MIT

About

Prototype for patient-trial-app


Languages

Language:JavaScript 92.5%Language:CSS 5.1%Language:HTML 2.4%