A javascript Ajax project. https://snehalasodekar.github.io/ajax_pokedex/
- A typical AJAX flow: send asynchronous requests to a remote server and process the results;
- DOM manipulation: changing the DOM based on results of AJAX-requests.
- Send an ajax request to remote server.
- In response must receive a pokemon data. (using name and Id)
- Search a pokémon by name and by ID
- Display the response in DOM with below information:
- The ID-number
- An image (sprite)
- At least 4 "moves"
- The previous evolution
- Using CSS make webpage look like pokedex
* Pokemon page
- On click of versions chnage the short description
- Add Pokemon evolution section as below image.
- Add Explore more pokemon tab.
- Couple of pokemon that don't play with the normal rules
- Add cases for them as,
- Ditto only has 1 move.
- Eevee has 6 evolutions. #Need to fix [x] display message for the pokemons who don't have evolutions [evolves_from_species] [x] display data of pokemon which has only one evolution [x] clean code [ ] Make code working for darmanitan Pokemon