Skip to content

My first Node.js project. It is a Pokedex, i.e. a board of Pokemons downloaded using PokeAPI. It has the option of filtering Pokemons by their type, the ability to sort by attributes and pagination. In retrospect, the code would need to be refactored because there's a bit of a mess (I wasn't skilled enough at the time I wrote this ;) ).

Notifications You must be signed in to change notification settings

wkabatc/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POKEDEX

This is my pokedex made as part of recruitment tasks for an internship in Poznań.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install before running the app

Installing

Steps you need to follow to run the application

  1. Install VS (or other code editor) and Node.

  2. Unzip folder, and open it in editor.

  3. Enter the command in the terminal (Be sure that You are in the folder with start.js and package.json file. You can extract files without doubling the folders at the beginning of the path.):

npm start

The application works on the http server embedded in the node, on port 3000

  1. Start the browser and enter:
http://localhost:3000/

Built With

About

My first Node.js project. It is a Pokedex, i.e. a board of Pokemons downloaded using PokeAPI. It has the option of filtering Pokemons by their type, the ability to sort by attributes and pagination. In retrospect, the code would need to be refactored because there's a bit of a mess (I wasn't skilled enough at the time I wrote this ;) ).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published