JoshuaFontiveros / SnackStop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnackStop Sales and Inventory System

This app is the last individual project required by my previous school, Uplift Code Camp. The goal of this project is to implement CRUD functionalities. This is a full-stack web application.

The app allows you to create, read, update, and delete users, products, category, and sales.

Features:

  • Computation of your products base price, mark-up and selling price automatically.

Validations:

  • No duplicates in data.

Tech Stack

Client: React, Redux, React-Bootstrap

Server: NodeJS, ExpressJS

Run Locally

Clone the project

  git clone https://github.com/JoshuaFontiveros/SnackStop.git

Go to the project directory

  cd SnackStop

Install dependencies

  npm install

Start the server

  npm start

Roadmap

  • Implement user and admin login

  • Implement admin dashboard with a good UI and UX.

  • Implement sort the data by their date, and price.

  • Implement user-role

  • Additional browser support

  • Add more integrations

License

MIT

About


Languages

Language:JavaScript 97.0%Language:CSS 1.7%Language:HTML 1.3%