DEV Community

Yash Singh
Yash Singh

Posted on

💥Building an Stock Management and Billing Invoice Pdf WebApp with Next 13.4 , Redux and MongoDB.

Building an Stock Management and Billing Invoice Pdf system
with Next 13.4 , Redux and MongoDB. it can be a little difficult, but you can take guidance through my Git Hub Repository .
Github Repository : https://github.com/yashsingh9651/Stock_Management
webPage: https://akanksha-enterprises.vercel.app/
Login Credentials are
gmail:ashishsingh@gmail.com
pass:yash6789

Below are the depencies used on this project.

"dependencies": {
    "@reduxjs/toolkit": "^1.9.5",
    "atomic-spinner": "^1.2.8",
    "autoprefixer": "10.4.14",
    "bcryptjs": "^2.4.3",
    "formik": "^2.4.2",
    "html2canvas": "^1.4.1",
    "jspdf": "^2.5.1",
    "mongodb": "^5.7.0",
    "mongoose": "^7.4.2",
    "next": "13.4.9",
    "next-auth": "^4.22.3",
    "postcss": "8.4.25",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-icons": "^4.10.1",
    "react-redux": "^8.1.2",
    "react-to-print": "^2.14.13",
    "react-toastify": "^9.1.3",
    "redux": "^4.2.1",
    "tailwindcss": "3.3.2",
    "yup": "^1.2.0"
  }
Enter fullscreen mode Exit fullscreen mode

Top comments (0)