An open API service indexing awesome lists of open source software.

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

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)

![img.png](assets_github/dashboard.png)

```text
npm install firebase
```

![img.png](assets_github/img.png)
![img_1.png](assets_github/img_1.png)
![img_2.png](assets_github/img_2.png)
![img_3.png](assets_github/img_3.png)
![img_4.png](assets_github/img_4.png)
![img_5.png](assets_github/img_5.png)
![img_6.png](assets_github/img_6.png)
![img_7.png](assets_github/img_7.png)
![img_8.png](assets_github/img_8.png)

## 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)