Day 28: PokeDex Day 3
Wrap up
Congratulations on completing this three day project.
You can find the full code at the All The Pokemon PokeDex GitHub repo.
The best way to get better at coding is to write your own code. Here are some ideas on how you can improve this project.
- By looking through the ChartJS documentation see if you can change the color of the second data set, the grey is a little boring.
- Change the legend dataset names to have an upper cased first letter.
- Add the types and weight to the modal.
- When another Pokemon is selected for comparison, add it's image next to the fist Pokemon and put 'vs' between them.