This is a JavaScript project in which a user can see a list of all existing Pokémon and can add likes to their favorite Pokémon, this application was made with the API service called PokeAPI.
- HTML
- CSS
- JavaScript
- ESLint
-
Clone this repo on your local machine
-
In the path where your repository is located, you will open your terminal.
-
In the path where your repository is located you are going to open your terminal and put "npm install" hit enter, after that type the command "npm start".
-
Enjoy.
-
Open the developer tools of your favorite browser and go to the console tab.
-
Put the following code inside the console:
fetch('https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/', {
method: 'POST',
headers: {
'Content-type': 'text/html',
},
})
.then((res) => res.text())
.then((text) => text);
- Hit Enter.
[[Prototype]]: Promise
[[PromiseState]]: "fulfilled"
[[PromiseResult]]: "jycTbGhuwe4GB4mBDbSf"
- And this way you can get your API key 🥳🥳🥳.
To make this repository working in your local machine you need only a browser.
👤 Arístides José Molina Pérez
- Github: @aristides1000
- Twitter: @aristides_1000
- Linkedin: Aristides Jose Molina Perez
👤 Zain Sadaqat
- Github: @zainsadaqat
- Twitter: @zain_sadaqat
- Linkedin: zain-sadaqat
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Ariel Camus CEO Microverse: For letting us start this journey.
- Pokemon: For making an excellent series and video games that made my childhood happy.
- Google: For letting us find crucial information in order to create this project.
This project is CC0-1.0 licensed.