Your own personal PokeDex where you can catch pokemon and store details regarding them. The details of the captured pokemon will be displayed as cards in the App. It also icludes the option to delete any pokemon.
FullStackFinal_short.mp4
The following tasks were done as part of this project:
- Developed the frontend using HTML, Javascript and CSS.
- Created server using Python web framework Flask
- Used PokeAPI to collect information about pokemon.
- Used MongoDB as database for storing the information of all caught pokemon.
- Completed web deployment of the application using Flask.
- Incorporated error handling in the application to account for invalid input name entry.
- Python
- HTML5
- JavaScript
- Requests
- Flask
- MongoDB