Skip to content

Sanket-Mathur/Cashie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cashie

Summary

This is a Point of Sale application built using React.
It offers the features for login into account which can be classified into two roles viz. admin and cashier

After logging into the account, you can

  • Check the dashboard for sales
  • Update store and account settings
  • Manage users and their access
  • Perform transactions and build their cart
  • View and filter transactions
  • Print receipt for current or previous transactions
  • View and manage categories and products

The project was built for the purpose of submission of my summer training final project.

Preview Display

Login Screen

Login Page


Admin Dashboard

Dashboard

Run the server Locally

Requirements:

  • node >= 14.17.3
  • npm >= 7.19.1

Starting the backend server

cd {Relative Path to Project Folder}/backend/
npm install
npm start

Starting the frontend server

cd {Relative Path to Project Folder}/frontend/
npm install
npm start

Go to localhost:3000/ in your browser if not redirected automatically


ForTheBadge built-with-love

About

ReactJS training final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published