My First react project after finishing the course

Hi,

After I finished the first part of Kirupa React course, I applied what I learned in this simple react project ( Shopping Cart ):

I don’t know if I am doing it right and if my code looks clean or not, I hope I get reviews that will help me to improve

Thanks in advance :slight_smile:

This is really nicely done! :slight_smile:

One question. Why do you wrap your main entry component inside a fragment in index.js?

1 Like

Thank you for your reply :heartbeat:.
I just get used to adding it to the render’s component method where a wrapper is required, I thought it was the same for the DOM render method :yum:

I made an update on the project:
1- provided docker-compose file to facilitate deployment
2- provided a live preview here: https://shopping-cart.douara.me/

:grinning::grinning: