I'm proud of showing up daily and doing the work, over and over again. The programming thing? I got hands-on experience with handling API requests, setting up a React routing system, and solving bugs. I ended up writing some spaghetti code, but you know what? It works! The code isn't perfect, but today I'm better than yesterday.
What challenges did you encounter, and how did you overcome them?I need to improve:
- Error handling to enhance user experience
- Optimize API Calls
- Refactor and keep things separate (logic and UI) and get a better readability.
The routing system. Does a better way to do this? Do I need to break things apart (CountryPage)? (separate my code into reusable parts?)