Welcome to the Modern Pokédex 📖, the ultimate Pokédex built with ⚛️ Next.js, 🎨 Tailwind CSS, and ✍️ TypeScript! Gotta catch 'em all! 🎉
## 🚀 Features
- ⚡ Blazing-fast ⚡ performance with ⚛️ Next.js
- 🎨 Beautiful 🖌️ and modern 🏙️ UI powered by 🎨 Tailwind CSS
- 🔍 Search 🔎 functionality to find Pokémon by 🏷️ name or 🔥 type
- 📊 Detailed 📈 Pokémon stats and 💡 abilities
- 📱 Fully responsive 📲 design for all devices 🖥️📱
Follow these steps 📝 to get started 🚀:
Make sure you have the following installed on your machine:
- Node.js (version 14.x or later)
- npm (version 6.x or later) or yarn (version 1.x or later)
- Git
git clone https://github.com/magi8101/pokemon-app.git
cd pokemon-appUsing npm:
npm installOr using yarn:
yarn installUsing npm:
npm run devOr using yarn:
yarn devOpen your browser and navigate to http://localhost:3000 to see the application in action.
Using npm:
npm run buildOr using yarn:
yarn buildUsing npm:
npm run testOr using yarn:
yarn testFollow the deployment instructions for your preferred hosting provider. For example, to deploy on Vercel:
- Install the Vercel CLI:
npm install -g vercel- Deploy the project:
vercelFollow the prompts to complete the deployment.