a e-commerce dashboard to allow management to view sales, reach out to client, add products and more.
use tailwind shades to generate colors with ctrl+k ctrl+g
pick a neutral color, primary, and secondary
reverseColor will generate a ligth them we then passed to material UI
-
create slices for every features necessary for the app
- theme
-
React toolkit query to create api calls
- Checkout client/state/api.js and client/index.js for setup
- Get Query by id steps: state(userID) from store => react toolkit query => backend routes with params => resource
- Implement relationship with noSQL by refering to document (check out mongoose doc)