Skip to content

This React project list the Pokemons by type. Once the type is selected, it will display all the Pokemons of that type and if a Pokemon is clicked, it will shows the details of selected Pokemon.

Notifications You must be signed in to change notification settings

ronaldolipata/Pokemon-App

Repository files navigation

Getting started

This project was created with create-uplift-project

Requirements

  • Node JS

Installation

Install the dependencies by running:

npm install

You can replace the default npm to your favorite package manager like yarn or pnpm

Development

After the installation, you can run

npm run dev

This will run the app in the development mode.

The page will reload when you make changes.
You may also see any lint errors in the console.

Build

This will build the app for production in dist folder.
It correctly bundles React in product mode, optimizes the build for the best performance.

npm run build

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

lint

This will check any errors or warnings in your codes, and will automatically fix by running:

npm run lint:fix

For more information, check ESLint documentation

Learn More

You can learn more in the Vite documentation

About

This React project list the Pokemons by type. Once the type is selected, it will display all the Pokemons of that type and if a Pokemon is clicked, it will shows the details of selected Pokemon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published