Skip to content
Submitted almost 3 years ago

Link sharing app with react, next.js and firebase

material-ui, next, react, firebase
LVL 5
Abel Muro1,960
@AbelMuro
A solution to the Link-sharing app challenge

Solution retrospective


This was a very challenging app to make. There were many times I kept banging my head against the wall with some of the functionality. I used React, Next.js, MUI, and Firebase. All authorization, database queries and storage requests were made with firebase. I also implemented React DnD for the drag and drop functionality in the app.

The most challenging part of this app was generating a URL for the users 'profile card' that can be shared. I had to use a dynamic route in next.js that creates an instance of the app that has the users image, first and last name, and their links.

If you paste the generated URL in your browser, it will take you to your profile card. You can share the generated URL with everyone.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Abel Muro’s solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord