Skip to content
/ pokedex Public

Capstone 1 Project from Springboard Software Engineering Bootcamp [Dec 6 Cohort]

Notifications You must be signed in to change notification settings

cng008/pokedex

Repository files navigation

Pokédex API
Built with ❤︎ by Christien Ng

📌 Table of Contents

Live Website


🎯 Purpose and Features

  • Responsive Pokédex Application (partial) for study purposes with REST API.

Overview

The number of Pokémon GO players has been steady since its launch in 2016 with almost 2 million daily active loyal users.

The goal of this app is to provide users a method to explore a well-documented archive of Pokémon.

With so many Pokémon, this application provides users a way to easily search any Pokémon without any extra frills or ads. Details for the individual Pokémon include their types, moves, and other statistics.


Features

The main feature of this application is to allow users to search a large and well-documented database of all existing Pokémon. All users regardless of being logged in, will be able to search and see their details.

Users have the option to create an account which allows the ability to save their favorite Pokémon where they can then view on their profile.

Users can click on a Pokémon to see its details.

NEW FEATURE:

try catching a pokemon (clicking on the sprite image) in the pokemon details page


💭 API

This application was created using data from the PokeAPI. All card details and images are sourced from the API's database.

API Overview

https://pokeapi.co/

API Documentation:

https://pokeapi.co/docs/v2


💻 Technologies

This project was made using the following technologies:

👷 How to Run

# Clone Repository
$ git clone https://github.com/cng008/capstone-1.git
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ flask run

Open the link in the terminal in any browser.

OR

💻 Run Web Project

View on Render

About

Capstone 1 Project from Springboard Software Engineering Bootcamp [Dec 6 Cohort]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published