Yohan Angulo picture
Yohan Angulo

Simple Inventory Software

A simple project built with PHP. Its main focus was to put into practice the PHP syntax and understand how it works, as well as challenge myself in creating a user-friendly interface.

Project Image Software Screenshot

Project Overview

This project was a task assigned by my coding mentor, Juan Rodriguez , at Lexpin . It was our final project for the PHP Module .

The main things he asked us to develop were to make some tables for different entities: users, products, role, seller; and certain key points or features that would help us to put our knoledge in practice. those feature were:

-- Pagination: We were supossed to be able to create a pagination to improve performance in case we had tons of products to retrieve from de database.

-- login / register: We had to create a login / register to authenticate the user and give them a role between "admin" or "user" . The users with the "user" role should not be able to create edit products.

-- Send a welcome email: After the user has signed up, they must receive a welcome email.

-- Search bar: We had to include a search bar to allow users to look for producs and sellers

Tools Used

HTML
CSS
JavaScript
PHP
MySQL
Git/GitHub
Bootstrap