joekgilberto / dynamic-duel

A full-stack MERN application that allows users to read up on their favorite superheroes and post about them too.
https://dynamic-duel.netlify.app/
0 stars 0 forks source link

Glow #7

Open joekgilberto opened 1 year ago

joekgilberto commented 1 year ago

I’m really proud of how users can interact with the application- favoriting heroes, creating battles, editing battles, deleting battles, being able to like/unlike battles, being able to comment on battles and delete them, and having profile pages. I find it makes the application very robust, as well as intriguing and personal for visitors. It was also quite challenging to implement all of these features, especially JWT authentication, so I am proud that I could fit all of these in within the time frame.

maker-jws commented 1 year ago

Mobile responsiveness (nav layout/container resizing ), though some scaling of fonts/padding size on mobile is probably needed so your UI elements don’t slide out of view.

Also - JWT is no joke - major kudos Joe for taking it on (solo) and not giving up!