Skip to content

RaulCatalinas/PokeInfo

Repository files navigation

PokeInfo

PokeInfo is a website where users can search for information about Pokémons.

To perform the search, users enter the name of the Pokémon, Pokédex number, etc.

To provide information about the requested Pokémon, the PokéAPI will be used (unless there's a better API).

Run Locally

Clone the project

  git clone https://github.com/RaulCatalinas/PokeInfo.git
  #or
  git clone git@github.com:RaulCatalinas/PokeInfo.git
  #or
  gh repo clone RaulCatalinas/PokeInfo

Go to the project directory

  cd PokeInfo

Install dependencies

  npm install
  #or
  yarn install
  #or
  pnpm install
  #or
  bun install

Start the server

  npm run dev
  #or
  yarn run dev
  #or
  pnpm run dev
  #or
  bun run dev

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Feedback

If you have any feedback, please reach out to us at raulcatalinas@gmail.com

License

The license information is contained in the file LICENSE.md.

Authors

About

Website for information about pokemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published