CodeNewbie Community 🌱

Discussion on: Tell us about your side projects!

Collapse
 
necolanch profile image
Nicholas Cruz

I have just finished a project for my portfolio class called Halo Fakepoint. For any Halo players, if you are familiar with Halo Waypoint, it is a smaller scale mock of that website. It is a MERN stack application. It accesses the Halo API for primary game data. The database holds user/account data and their friends they add to a friends list on the website. There is more work to be done like creating a fully functional sign in/sign up. The friends list and user are separate collections so I need to structure the user collection to include the friends list so it is different for each user. Trying to make these changes/additions to go live with it and see real people use it.