/poke-app

pokemon web application using pokeapi backend using reactjs and bootstrap

Primary LanguageJavaScript

Poke-app

a web page where detailed information about the first 200 Pokémon is displayed, where you can search for a Pokémon

a public Pokémon pokeapi api was used for the development of this project.

GitHub Release GitHub js code style: prettier

Full screen large screen

adaptable to mobile device

Installation

  1. npm install or npm i to install project dependencies.

Running locally

  1. npm start to start the react application in the local service
  2. Open http://localhost:3000 to view it in your browser.

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.