Banking System Live Demo
This is a Next.js project bootstrapped with create-next-app.
This web application is easy to use and at the same time be sufficient features rich to manage all the site content. It is suitably intuitive for a committed webmaster who wishes to personalize the site.
- Install All Packages:
npm install
#or
yarn install- start new project on firebase
- Add Firebase Config In .env.local after rename it
- run the development server:
npm run dev
# or
yarn dev## Login As Active User
user@test.com
Pass123@
## Login As Admin
user@admin.com
Pass123@
| Name | Verision |
|---|---|
| @reduxjs/toolkit | ^1.8.2 |
| @svgr/webpack | ^6.2.1 |
| firebase | ^9.8.1 |
| framer-motion | ^6.3.4 |
| next | 12.1.6 |
| react | 18.1.0 |
| react-dom | 18.1.0 |
| react-redux | ^8.0.2 |
| react-toastify | ^9.0.1 |
| @tailwindcss/forms | ^0.5.2 |
| @types/node | 17.0.35 |
| @types/react | 18.0.9 |
| @types/react-dom | 18.0.5 |
| autoprefixer | ^10.4.7 |
| eslint | 8.16.0 |
| eslint-config-next | 12.1.6 |
| postcss | ^8.4.14 |
| tailwindcss | ^3.0.24 |
| typescript | 4.7.2 |

