Blog Preview Card using React

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!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@LucianoDLima
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 helpful
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