Result Summary Component using React JS and Tailwind CSS

Solution retrospective
This is my first website deployement using github pages services and also my first proper repository on my github. There are few things which i would like to focus more in future projects which are responsive designs and read more official docs.
What challenges did you encounter, and how did you overcome them?- Blank URL page: After carefully going through the repository and following the steps again and again, i was able to correct the 404 error.
- Svg image error: There was the path issue in my project where i added an extra "/" before my image folder. I solved the error by removing it and fix the broken svg imgae.
- Vite config: While handling the blank page error, i came upon a step where i needed to set path in vite config file so i corrected the base path.
- gh -pages and build folder issue: After deploying, i came to know that there are several steps which i needed to do before i deploy my project which was to create a build page but in vite, the folder name is dist.
- Responsiveness
- Proper guide for deploying and debugging issues while creating the project like the 404 error and path conifguration in some files like vite and some guide about build folder as well.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Anupam'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