Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.54 KB

yorpw_ui_web

Password manager SPA built using React and Redux

Created using create-react-app and TypeScript React Start.

With the following additions or modifications:

  • Package Manager: yarn
  • Editor code styling: EditorConfig
  • Node Security: nsp

CSS

TypeScript

Testing & Mocking

  • Jest with Enzyme (Following steps here)

React

  • Routing: react-router
  • State management: redux
  • Redux async actions: redux-thunk
  • Redux selector library: reselect

Other

  • HTTP: fetch
  • Build scripts using TypeScript: ts-node
  • CSS framework: Bootstrap 4
  • Icons: Font Awesome
  • Validation: class-validator