Design comparison
Solution retrospective
This was my first React project, I did the same card on localhost but somehow I messed up the files and I realized while pushing to Github 😄 I am still learning and I would appreciate any feedback!
Community feedback
- @LucianoDLimaPosted 9 months ago
Well done on completing this challenge!
Just a heads-up, the react developers don't recommend starting a project with create-react-app, there are better alternatives, the best one (imo and what most people here use) would be using vite. If you do
npm create vite@latest
it will create a react app just like the create-react-app. It won't change how you code don't worry, this is just the compilerTo fix the current issue of github not finding your index.html, just move your index.html from the public folder to the root (where the readme.MD and config files are).
Marked as helpful1@aybeguPosted 9 months agoThank you @LucianoDLima ! I will fix the html, I didn't understand what the problem is and take a look of vite. Thank you so much for your advice!
1
Please log in to post a comment
Log in with GitHubJoin 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