You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an eCommerce project, which is built using React with redux to store data. https://my-json-server.typicode.com/ API has been used for creating dummy product data. Bootstrap is used for styling. Product can be added, or removed from the cart. Product can be added, updated, or deleted from the redux store.
🔐 Authorized login application. Client is using React and Redux with the help of a custom authorized route component. Server is using node with the support of JWT and Bcrypt. User information is stored in a mysql database. Using Sequelize as an ORM. NOTE: In the process of stripping out all AJAX requests from actions. Going forward I will be cre…