This a React application. In the application, Pokemon are loaded and displayed, which are accessible via a public API. The application is divided into two parts. The first part is about the fetching and the general presentation of the data. The second part is about the manipulation of the displayed data using a filter.
Genral Presentation of the data, and manipulation of the displayed data using a filter .blue .
The publicly available PokeAPI (https://pokeapi.co/) is used in this application. This filter is limited to the displayed data based on the Pokemon type. Since Pokemon can have several types, it is possible to select several types at the same time in the filter.This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify