Skip to content

snowflakejs/prime

Repository files navigation

prime

Displays a list of Users in an Organisation. Each User consists of Name, Email, Roles (Owner or Employee), Organisation, Organisation Features (Trade Vault, Inventory, Analytics), Country...

This app was built with ReactJS and Redux using Webpack 4.

The data was stored in Google Firebase. A simple form validation was implemented to check for the required fields.

Code syntax and styling was checked using ESLint with Flow for type-checking of the React components.

Styling was done with the Bootstrap CSS framework to match the UX/UI design:

Installation

Clone the repository and install with:

npm install

npm run start

Runs the webpack-dev-server in development mode. Open a browser and navigate to http://localhost:3000 to view the app.

npm run lint

Checks the code for styling and syntax errors using ESLint.

npm run flow

Type checks the ReactJS components of the app using Flow.

About

Displays a list of Users in an Organisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published