jsam07 / pokedex

⚡A Pokédex that allows users to search for their favourite Pokémon by name!

Home Page:https://pokedex-jsam07.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Pokédex

Search

A Pokédex that allows users to search for their favorite Pokémon by name.

Built With

  • React
  • JavaScript
  • NextJS
  • TailwindCSS

Getting Started

1. Download repository and install dependencies

Clone this repository:

git clone git@github.com:jsam07/pokedex.git

Install npm dependencies:

cd pokedex
npm install

2. Start Development Server

npm run dev

The server is now running on http://localhost:3000.

3. Testing

Run test suite:

npm run test

4. Linting

Run linter:

npm run lint

License

MIT © Jamie Samuel

Acknowledgments

About

⚡A Pokédex that allows users to search for their favourite Pokémon by name!

https://pokedex-jsam07.vercel.app/

License:MIT License


Languages

Language:JavaScript 98.9%Language:CSS 1.1%