A Pokedex from the Pokemon Franchise developed using HTML, SASS and Javascript in conjuction with PokeAPI with the purpose of getting experience and knowledge as a front-end developer
Warning: this application is a work in process, because of the way it's built it has not been optimized for the best loading speed and memory consumption and has limitations, expect loading times from 10~15 seconds at start and 3~5 seconds between pokemon scrolling, any bugs please report
Check this demo
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step by step series of examples that tell you how to get a development environment running. For example:
- Install the prerequisites and clone de repository
- Through terminal write
npm install
- Run
npm start
, it will run the application at http://localhost:3000/
- Node.js - The JavaScript runtime used
- Express - The web framework used
- Sass - CSS extension
- PokeAPI js Wrapper - Wrapper library to help with the pokeapi and caching resources
This project is licensed under the MIT License - see the LICENSE.md file for details.