- 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.
- 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