crgc / microverse-js-capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Pokédex

A Mini Pokédex app which uses the Pokeapi API to retrieve and show information about Pokémon

screenshot

Getting Started

Prerequisites

Setup

  • Clone this repository
git clone https://github.com/crgc/microverse-js-capstone.git
  • Change into folder
cd microverse-js-capstone
  • Install dependencies
npm install

Run

  • Build
npm run build
  • Start server
npm start

Tests

  • Run Jest test suite
npm test

Built With

  • HTML5 & CSS3
  • Javascript
  • Webpack

Live Demo

Mini Pokédex

Video Presentation

Loom link

Authors

👤 Carlos González

👤 Temitope Grace

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse

📝 License

This project is MIT licensed.

About


Languages

Language:JavaScript 82.3%Language:HTML 8.9%Language:CSS 8.8%