Skip to content

andresdotfelipe/core-inventory-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Inventory (front-end)



Core Inventory

Core Inventory is a web application for inventory management. This is the front-end for Core Inventory, built with:

  • React - To make the web appplication an SPA.
  • Redux - To manage the state.
  • React Redux - To bind React with Redux.
  • React Bootstrap - To design the web application.
  • Sass - To create style sheets faster.

This web application is also made with learning purposes.

Installation

  1. Open the command prompt and clone this repository.
mkdir core-inventory-frontend
cd core-inventory-frontend
git clone https://github.com/andresfelipedev/core-inventory-frontend.git
  1. Run npm install.

  2. Create a .env file in the root directory with the next environment variables:

REACT_APP_IMAGES_CLOUD_NAME=dxjc7e5te
REACT_APP_IMAGES_UPLOAD_PRESET=tuj2xmmx
  1. Execute npm start.

Contributing

Create a pull request to contribute to this project. Open an issue to discuss major changes.

License

MIT