eCommerce in Django and React

Hello everyone,

This is my first post here, but I’ve been lurking around for a while. Trying various resources, I’ve created a simple eCommerce platform powered with Django REST Framework on the backend and React and Redux on the frontend. The deployed version is available here: https://ecommerce-frontend-react.herokuapp.com/ (it may load for a bit as Heroku’s dyno needs to wake up).

It’s not very sophisticated design-wise, as my main focus is on the functionality here. Nevertheless, I tried to make it as responsive as possible. Also, most links in the footer don’t lead anywhere (placeholders).

Relevant GitHub repos:

  1. https://github.com/ncunx/ecommerce-frontend
  2. https://github.com/ncunx/ecommerce-backend

Any feedback would be greatly appreciated! :slightly_smiling_face:

Best wishes,
Kamil