{"id":20760750,"url":"https://github.com/dracula27/pokemonapp","last_synced_at":"2026-04-02T03:08:25.880Z","repository":{"id":92041772,"uuid":"588300621","full_name":"DrAcula27/pokemonApp","owner":"DrAcula27","description":"Per Scholas - Week 7 - Front-end \u0026 Express - Assignment: pokemonApp","archived":false,"fork":false,"pushed_at":"2023-01-13T21:09:12.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:29:16.798Z","etag":null,"topics":["css","expressjs","git","github","html","javascript","nodejs"],"latest_commit_sha":null,"homepage":"https://dracula27.github.io/pokemonApp/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrAcula27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-12T19:55:46.000Z","updated_at":"2023-01-21T14:33:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"3db6505d-1a89-4787-b691-0b89bdd4283f","html_url":"https://github.com/DrAcula27/pokemonApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DrAcula27/pokemonApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2FpokemonApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2FpokemonApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2FpokemonApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2FpokemonApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrAcula27","download_url":"https://codeload.github.com/DrAcula27/pokemonApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2FpokemonApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","expressjs","git","github","html","javascript","nodejs"],"created_at":"2024-11-17T10:15:16.531Z","updated_at":"2026-04-02T03:08:25.849Z","avatar_url":"https://github.com/DrAcula27.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morning Exercise - First _almost_ Full-Stack Application\n\n## Per Scholas - Week 7 - Front-end \u0026 Express - Assignment: pokemonApp\n\n### Minimum Viable Product (MVP)\n\n1. Create an express server that serves your `index.html` from the `public` folder.\n    1. HTML file should include an `\u003ch1\u003e` title and a button labeled “get pokemon”.\n1. When you click the button, your `index.js` (sent with `index.html`) should send a fetch request to route `/get_pokemon_data` which should send the following data:\n\n    ```\n    const pokemon = [\n\n        {name: \"bulbasaur\", img: \"http://img.pokemondb.net/artwork/bulbasaur\", age: 3},\n\n        {name: \"ivysaur\", img: \"http://img.pokemondb.net/artwork/ivysaur\", age: 4},\n\n        {name: \"venusaur\", img: \"http://img.pokemondb.net/artwork/venusaur\", age: 5},\n\n        {name: \"charmander\", img: \"http://img.pokemondb.net/artwork/charmander\", age: 2},\n\n        {name: \"charizard\", img: \"http://img.pokemondb.net/artwork/charizard\", age: 7},\n\n        {name: \"squirtle\", img: \"http://img.pokemondb.net/artwork/squirtle\", age: 8},\n\n        {name: \"wartortle\", img: \"http://img.pokemondb.net/artwork/wartortle\", age: 6}\n\n    ];\n    ```\n\nWhen you get the data, display just the names in a list.\n\n### BONUS FEATURES\n\n- When a name is clicked, also display the image and age of the clicked pokemon.\n    + _Hint_: You will need to programmatically add `.jpg` to the end of the `img` strings.\n- Add ability to toggle showing/hiding pokemon.\n- Style the page.\n\n### Extension:\n\n- Add an input and a button. When the button is clicked, the name of the pokemon typed into the input should be sent to a DELETE route `/delete_pokemon`. The route should remove that pokemon from the array, and send back the new array.\n    + The new array should be displayed on the page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fpokemonapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracula27%2Fpokemonapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fpokemonapp/lists"}