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
- Host: GitHub
- URL: https://github.com/janszewczyk/my-storage-client
- Owner: JanSzewczyk
- Created: 2020-05-13T20:10:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:01:43.000Z (about 3 years ago)
- Last Synced: 2023-03-03T06:38:50.247Z (almost 3 years ago)
- Topics: javascript, react-form-hook, reactjs, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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

### Storage Page



## 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`