Skip to content
/ pokemon-react Public template

😎 Pokemon Pokedex application created with react

License

Notifications You must be signed in to change notification settings

alexandrejuk/pokemon-react

Repository files navigation

Pokedex Application

Description

A Pokemons list(Pokedex) with search input. Build Deploy beta Build Deploy Prod

Instalation

  1. Clone the repo: git remote add origin [email protected]:alexandrejuk/pokemon-react.git
  2. cd pokemon-react
  3. Install packages: npm install or yarn
  4. Build project and launch: npm start or yarn start
  5. Start api with json server: json-server db.json --port 3002
  6. Open your browser at: http://localhost:3000

Screenshot

pokemon-react

Author

Alexandre dos Santos Soares