DEV Community

Justin Maximillian Kimlim
Justin Maximillian Kimlim

Posted on

Stackoverflow clone with MERN stack (MongoDB, Express, React, Node)

Stackoverflow clone

Hello developers, I've recently built a Stackoverflow clone and I'm looking for any feedback. Any comments will be appreciated. Thanks.

Code: https://github.com/kimlimjustin/stackoverflow-clone
Please drop a star on Github if you like it.

Happy coding!

Top comments (2)

Collapse
 
sneha123456 profile image
sneha-123456

Hey after clone and made suggesting changes , react page cant stop reload.

Collapse
 
utpandey profile image
utpandey

The reload occurs due to the useEffect used in his code the way to check for token, if you are changing the code due to make sure to adjust the useEffect hook too.