Skip to content

Sidhhant/Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

A Pokedex App based on Python(Django 1.10) and Jquery.
Mainly works with ajax call.
Also have bar charts implemented for comparing pokemons based on their weight,experience and height.
Used d3js for ploting graphs

Installing

  1. Clone the repository on your PC git clone https://github.com/Sidhhant/Pokedex.git
  2. Go to Pokedex folder cd Pokedex
  3. Create virtualenv mkvirtualenv <env_name>
  4. Activate virtualenv source <env_name>/bin/activate
  5. Install required packages pip install -r requirements.txt --no-index --find-links file:///tmp/packages

Using Pokedex App

  • Now Run python manage.py runserver
  • Go to http://127.0.0.1:8000/ in your browser.

Screenshots

Alt text Alt text Alt text Alt text

###Resources

Django (https://www.djangoproject.com/)
jQuery (https://jquery.com/)
Semantic UI (https://semantic-ui.com/)
HTML,CSS (https://www.w3schools.com/) Graphs (https://d3js.org/)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages