A personal e-commerce project that I'm creating with laravel & react.
- Laravel
- MySQL
- React
- SCSS
- HTML
- Webpack
Want to see more logs? visit logs.md
Goals for the month
- Create endpoint to save Cart items
- Create User Account Page to add or change card/billing/shipping info
- Create table to save order details
- Create admin tables and roles
- Create admin panel to modify product details.
Currently
- Added babel-polyfill in order to async method work on react-stripe payment
- Created model/controller for Cart and created carts collection in mongodb.
Goals for the month
create login systemadd JWT in the backenddevelop the cart pagecreate checkout pageadd stripe functionality
Currently
- Added stripe hooks and components to the checkout page and did a little bit of styling. Now, I just need to make sure that the test payment will go through properly.
Goals for the month
create login systemadd JWT in the backenddevelop the cart pagecreate checkout page- add stripe functionality
Currently
- Login system is working, I just need to add logout functionality within react.Now, I'm focused on developing the cart and checkout pages.
- The cart page now shows the items, the quantity, and total price. Now, I need to add the stripe API in the checkout page
Goals for the month
- create login system
- add JWT in the backend
- develop the cart page
- create checkout page
- add stripe functionality
Currently
- created login & register modals, now I need to install the JWT library within Laravel so that I can encrypt the data. And then finally focus on adding stripe into the application
Goals for the month
add link back to githubadd routes to missing urls, and add "currently working on" to empty pagesadd visitors tablecreate cart list when clicking on cart quantity icon- Create the "check out" page
Currently
- Created the cart list modal that shows the list of items you added to the cart