Product Hunt Clone

clonedeveloperfeatures

My best attempt to create a clone of Product Hunt and its core features.

Check out Product Hunt Clone

Product Hunt Clone is my best attempt to clone Product Hunt’s design and its core features. Where users can hunt for products, post products to be hunted and view other users profile to see what products they’ve made or hunted.

Product Hunt Clone allows users to create an account, login, edit their profile, upload images with the use of AWS, create/edit/delete/view products, visit other users profiles, view/create/edit/delete discussions, view/create/edit/delete comments, follow and unfollow users.

Was developed with the use of React and Express backend, with users posting hundredths of thousands of products and comments made choosing React a wise choice because of Reacts easy to maintain reusable components, fast page load times, easy to test with state manipulation because of how easy it is to manage outputs of the code and all of its variables, simple and easy to read.

In combination with Express and Sequelize it allowed for creating a clone of Product Hunt, to be achievable within a certain time frame.