https://github.com/raulrobinson/react-enstock-app
App React by: https://github.com/dha-stix/instock-app
https://github.com/raulrobinson/react-enstock-app
Last synced: 2 months ago
JSON representation
App React by: https://github.com/dha-stix/instock-app
- Host: GitHub
- URL: https://github.com/raulrobinson/react-enstock-app
- Owner: raulrobinson
- Created: 2023-12-18T13:28:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T14:13:08.000Z (over 1 year ago)
- Last Synced: 2023-12-19T15:12:37.349Z (over 1 year ago)
- Language: TypeScript
- Size: 536 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.## How-to Guide
[Read article on DEV](https://dev.to/arshadayvid/how-i-built-a-sales-management-app-with-nextjs-13-typescript-and-firebase-16cb)
```text
npm install firebase
```







## 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
- [NextJS 13](https://nextjs.org/docs)
- [Tailwind CSS](https://tailwindcss.com/)
- [Firebase](https://firebase.google.com)
- [React Icons](https://react-icons.github.io/react-icons)