- used in the app to ask questions/validate answers in the command line
- The application prompts the user for a Pokemon to search from the pokeapi.co
- Asks the user if they want to download the stats, sprites or offical artwork for the requested Pokemon
- Once the user has submitted their preferences, all the information is saved to the computer locally
- Fetch API
- Async/await
- Modules
- Npm package
- Functions
- Its okay to feel a little overwhelmed at the start of a challenging project. I turned this overwhelm into curosity by digging into docs, code examples and tutorials to make myself familiar with the concept and functionality of the code I was using.
- I realised that by keeping at the project, I was eventually able to make breakthroughs.
- Understood the importance of console.log and reading errors.
- I got to see how modularizing the application helps with keeping the code organized and easy to make changes to.
- I used quite a few functions in the project and it was alot of fun connecting them together to power the app :)