Submitted 2 days agoLVL 3A solution to the Password generator app challenge
Password generator using React and TailwindCSS
react, typescript, tailwind-css, vite, semantic-ui
P
@Joao0330

Solution retrospective
What challenges did you encounter, and how did you overcome them?
The final deploying process to github pages was a bit difficult since it was my first time deploying a react+vite project there and at first, there were issues with paths and other building issues. To fix it I had to install the gh-pages dependency and add the script on the package.json: "deploy": "gh-pages -d dist". Then after running the build and deploy commands, on the github pages section of the repo, I had to change the branch from main to gh-pages.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on João Rodrigues’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