group-capstone-project

This first group capstone is a project where we use the pokemon API to take 6 specific elements, showing in the main page the name of the pokemon and its image. We implemented a likes function that stores the information in "Involvement API" which is called later to get the information and display it with the amount of likes of each element

MIT License

Stars
4

Table of Contents

Pokedex project

This first group capstone is a project where we use the pokemon API to take 6 specific elements, showing in the main page the name of the pokemon and its image. We implemented a likes function that stores the information in "Involvement API" which is called later to get the information and display it with the amount of likes of each element. In the same way a button was implemented that opens a popup which shows in greater detail the characteristics of the selected pokemon. In this popup you can view comments from other people and also create your own comment, all this thanks to the use of Involvement API. Also two tests were created to verify the operation of the function that displays the number of comments and pokemon displayed in the DOM.

Built With

  • HTML5
  • CSS
  • JavaScript
  • Webpack
  • Jest

Tech Stack

  • Visual code

Key Features

  • This project use API's to get and save information
  • This project was created using asyncronous functions
  • This project was implemented with calls and promises

Live Demo

Getting Started

Describe how a new developer could make use of your project. To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • A browser that supports html5
  • Git
  • A GitHub account

Setup

Clone this repository to your desired folder:

Install

Install this project with:

  • You need to install npm to use the commands
  • In your console type, npm install to install all the dependencies

Usage

To run the project, execute the following command:

npm start

Run tests

To run tests, run the following command: npm test

Deployment

You can deploy this project using:

Github Pages

This project use Github Pages to deploy the page, just type the command: "npm deploy"

Authors

Sandro Hernandez

Glenda Diaz

Future Features

  • It will allow just one like per persone
  • It will contain more pokemons and features

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Write a message to encourage readers to support your project If you like this project give a or send us a message. We will apreciate

Acknowledgments

I would like to thank to Microverse for the inspiration to be better every day.

FAQ

  • [Can this project be used in any browser?]

    • [This project was created and proved in firefox v107. You can try run it in older version but this project couldn't work well]
  • [Can I use the code of this project]

    • [Sure. We will be happy to colaborate with this project. This project has MIT license]

License

This project is MIT licensed.

Related Projects