Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.89 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.89 KB

A Pokemon Downloader Command Line Application (CLI) in JavaScript.

Functionality

  • Email 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

Implemented Concepts

  • Fetch API
  • Async/await
  • Modules
  • Npm package
  • Functions

Lessons

  • 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 :)

App in Action

project example

Screenshot 2022-11-29 at 15 10 35

Screenshot 2022-11-29 at 15 10 23

Screenshot 2022-11-29 at 15 10 48