The Objective was to the redux and react for filter and transform data from an external Api. In this case I chose a pokemon Api.
In this app you could find:
- A navbar that automaticly filters a pokemon based on its ID or name.
- A pokedex with an infinite scroller
- A nice UI design
- Routes to provide extra info
The following features are under construction:
- evolution chains
- Moves charachteristics
- Testing
- extra filters
Enter to (Pokedex99)[https://pokedex99.herokuapp.com/pokedex]
- React
- Redux
- JavaScript
- Babel
- ESlint
- npm
- Webpack
- HTML/SCSS
- Nodejs
- third party API
To run the scripts npm is required. To get npm you have to install Node.js. Follow the installation instructions for your system Mac, Linux or Windows.
Use your terminal and run the commands after each instruction.
Command | Description |
---|---|
git clone https://github.com/nicolasmarino99/Phoom.git |
Clone the repository to you computer |
cd Phoom |
Navigate to the newly created folder |
npm install |
Install dependencies and launch browser with examples |
npm run start |
Makes the build and starts the development server |
Press Ctrl + c to kill http-server process |
|
http://localhost:8080 |
Visit this link to play the game |
- Saepul Nahwan for the design
👨 Nicolás Mariño Parra
- Github: @nicolasmarino99
- Twitter: @nicolasmarino99
- Linkedin: Nicolás Mariño Parra
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
- Fork it (https://github.com/nicolasmarino99/Phoom.git/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Give a ⭐️ if you enjoyed this project!
This project is MIT licensed.