Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.12 KB

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