/tech-react-components

React.js reusable components

Primary LanguageJavaScript

NDI Logo

Technology Team's React Components

License react

Documentation - License - Author(s)

Documentation

Reusable React components. Each folder (./user-auth-amplify, etc.) is a React app by itself and has its own README.md file for guidance. This documentation assumes you have basic understanding of React.js.

Table of Contents

  1. Intro
  2. Installation
  3. Diagnosis
  4. Contribution

Intro

Installation

Make sure you have on your machine:

Clone this repository to your local machine (using SSH):

$ git clone git@github.com:nditech/tech-react-components.git

From there, depends on the component you want to check, for example: user-auth-amplify:

$ cd tech-react-components/user-auth-amplify
$ yarn install
$ yarn start

Diagnosis

Currently there is no issue.

Contribution

License

MIT

Author(s)

⬆ back to top