Skip to content

A user-required app to follow your sales, purchases, products and business partners of your company

Notifications You must be signed in to change notification settings

omeryilldirim/Stock-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock App

Description

Project aims to create a Stock App which requires user login and you can follow your sales, purchases, products and business partners of your company. You can use account information below to login;

email: admin@gmail.com
password: Abcd1234*

Following topics are covered;

  • ReactJS, Redux, Redux Toolkit, Redux Persist, Axios, Material UI, Formik, Yup, Toastify, Emotion/react, Tremor/react

Outcome

Project Snapshot

Project Skeleton

 Stock App (folder)
|
|---readme.md 
├── public
│    ├── favicon.ico
│    ├── index.html
│    └──  manifest.json
├── src
│    ├── app
│    │     └── store.jsx
│    ├── assets
│    │     ├── loading.gif
│    │     └── result.svg
│    ├── features
│    │     ├── authSlice.jsx
│    │     └── stockSlice.jsx
│    ├── helper
│    │     └── ToastNotify.js
│    ├── hooks
│    │     ├── useAuthCall.jsx
│    │     ├── useAxios.jsx
│    │     └── useStockCall.jsx
│    ├── components
│    │     ├── modals
│    │           ├── BrandModal.jsx
│    │           ├── FirmModal.jsx
│    │           ├── ProductModal.jsx
│    │           ├── PurchaseModal.jsx
│    │           └── SaleModal.jsx
│    │     ├── BrandCard.jsx
│    │     ├── Charts.jsx
│    │     ├── FirmCard.jsx
│    │     ├── KPICards.jsx
│    │     ├── LoginForm.jsx
│    │     ├── MenuListItems.jsx
│    │     ├── ProductCard.jsx
│    │     └── RegisterForm.jsx
│    ├── styles
│    │     └── globalStyle.jsx
│    ├── helper
│    │     └── ToastNotify.js
│    ├── pages
│    │     ├── Brands.jsx
│    │     ├── Dashboard.jsx
│    │     ├── Firms.jsx
│    │     ├── Home.jsx
│    │     ├── Register.jsx
│    │     ├── Login.jsx
│    │     ├── Products.jsx
│    │     ├── Purchases.jsx
│    │     └── Sales.jsx
│    ├── router
│    │     ├── AppRouter.jsx
│    │     └── PrivateRouter.jsx
│    ├── App.js
│    ├── index.js
│    └── index.css
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── yarn.lock

☺ Happy Coding ✍ - Please feel free to check ! 🙃

About

A user-required app to follow your sales, purchases, products and business partners of your company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages