/instock-app

A sales management system that enables store owners and cashiers keep records of sales.

Primary LanguageTypeScript

Sales management application with Next.js and Firebase

The application does the following:

  • authenticates users via Email and Password with Firebase,
  • allows a user (cashier or store owner) to create various categories for the products,
  • add and delete products from the application, and
  • record and track sales made daily.
Sales Management Dashboard

Live Demo

How-to Guide

Read article on DEV

Installation

  • Clone the project repository. Don't forget to star the repo 😉
  • Run npm install to install its dependencies.
  • Start the development server by running npm run dev

Tools