An open API service indexing awesome lists of open source software.

https://github.com/janszewczyk/my-storage-client


https://github.com/janszewczyk/my-storage-client

javascript react-form-hook reactjs redux typescript

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# My Storage

My Storage, client application

My Storage is an application for warehouse management. Allows you to create a
certain number of warehouses assigned to owners who can employ and create employees
assigned to the warehouse.

## Project Status

This project is currently in development. Users can log in to create storage, hire
employees and create and edit their accounts, view storage work statistics.

## Project Screen Shots

### Login page
![alt text](./src/assets/screens/login-page.PNG)

### Storage Page
![alt text](./src/assets/screens/storage-page.PNG)
![alt text](./src/assets/screens/storage-page-statistics.PNG)
![alt text](./src/assets/screens/storage-page-actions.PNG)

## Installation and Setup Instructions

Clone down this repository. You will need `node` and `npm` installed globally on your machine.

Installation:

`npm install`

To Run Test Suite:

`npm test`

To Start Server:

`npm start`

To Visit App:

`localhost:3000`