Skip to content

Abdulwarissherzad/Pokemon-Application-Using-React-Js-

Repository files navigation

Pokemon Application Using React Js

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.

Available Scripts

In the project directory, you can run:

npm start

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.

npm run build

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.

Pokemon Sample Images, Sample images taken from the developed app

First Screenshot of the application

alt text

Second Screenshot of the application

alt text

Third Screenshot of the application

alt text

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify