JuanDiegoGuerra / Module_2-Capstone

The JavaScript capstone project is about building your own web application based on an external API.

Home Page:https://juandiegoguerra.github.io/Module_2-Capstone/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Pokedex - Group Capstone - Module 2

πŸ“— Table of Contents

πŸ“– Pokedex - Module 2 Capstone

Pokedex - Module 2 Capstone is a simple Pokemon list web application using an existing API.

This project is a basic website that allows users see a list of pokemons in cards. Inside the cards the users are allowed to like the pokemon or add in the popup window displayed when clicking the comment button.

πŸ›  Built With

Tech Stack

Client

Key Features

  • Use of APIs
  • POST/GET methods with APIs
  • Kanban Board
  • Jest Testing library

(back to top)

πŸš€ Live Demo

  • Coming Soon!

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need have the following installed:

- A web browser
- A code editor
- A terminal
- Git
- Node.js

Setup

Clone this repository to your desired folder:

https://github.com/JuanDiegoGuerra/Module_2-Capstone.git

Install

Install this project dependencies with:

  cd into the folder and run `npm install`

Usage

To run the project, execute the following command:

git clone https://github.com/JuanDiegoGuerra/Module_2-Capstone.git

Run tests

To run tests, run the following command:

To test JavaScript:

    run `npx eslint .`

To test HTML:

    run `npx hint .`

To test CSS:

    run `npx stylelint "**/*.{css,scss}" `

Deployment

You can deploy this project using:

GH Pages, publish the branch in git Hub pages

(back to top)

πŸ‘₯ Authors

πŸ‘€ Juan Diego Guerra (JD)

πŸ‘€ Lincoln Gibson

(back to top)

πŸ”­ Future Features

  • Better Navigation
  • Render extra information
  • Add Contact section

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project... Please give a ⭐ to the repo and follow us.

(back to top)

πŸ™ Acknowledgments

I would like to thank my coding partner for putting a lot of effort building this project with me!

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The JavaScript capstone project is about building your own web application based on an external API.

https://juandiegoguerra.github.io/Module_2-Capstone/

License:MIT License


Languages

Language:JavaScript 66.6%Language:CSS 29.1%Language:HTML 4.3%