A full-stack production-ready Next.js app with authentication, investment dashboard, MFSIP/Lumpsum tracking, and MongoDB integration for seamless mutual fund and stock portfolio management.
π Next.js: React framework for server-side rendering and building web applications.
π MongoDB: NoSQL database for data storage.
π NextAuth: Authentication library for Next.js applications.
π Zod: TypeScript-first schema declaration and validation library.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:4000 to view it in the browser.
Builds the app for production to the .next
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
React Icons - https://www.npmjs.com/package/react-icons
npm i react-icons
npm i zod
Mongoose - https://www.npmjs.com/package/mongoose
npm i mongoose
npm i axios
Shadcn UI - https://ui.shadcn.com/docs/installation/next
UseHooks - https://usehooks-ts.com/introduction
npm i usehooks-ts
React Toastify - https://www.npmjs.com/package/react-toastify
npm i react-toastify
npm i axios
npm i nuqs
Framer Motion - https://www.npmjs.com/package/framer-motion
npm i framer-motion
React Select - https://www.npmjs.com/package/react-select
npm i react-select
- APIs to getAllMfLumpsums, updateMfLumpsum, deleteMfLumpsum
- List of all mfLumpsums
- Update Mf Lumpsum functionality: Need to create route - /edit-investment/mutual-fund/lumpsum/{mfLumpsumExternalId}
- Update, Delete MFFunds
- Make Cancel button functional in MFSIPForm
- Remove Apple SignIn
- No. of Installments (Optional Field in MFSIP schema)
- Sort ListView by dayOfMonth
- loader.tsx