Skip to content

ujstha/pokedex

Repository files navigation


Project Banner
vuedotjs vite vite tailwindcss

Pokedex

A collection and description of more than 1000 Pokémon.
  1. 🤖 Introduction
  2. ⚙️ Tech Stack
  3. 🔋 Features
  4. 🤸 Quick Start

Built with Vue3+Vite for handling the user interface, PokéAPI for content and details about Pokémon, and styled with TailwindCSS in a unique manner that displays important information about Pokémon.

  • Vite
  • VueJS
  • Tailwind CSS

👉 Search: Allows the user to search for various Pokémon.

👉 Infinite Scrolling: Dynamically loading Pokémon as the user scrolls down, ensuring the reduction in initial load times.

👉 Responsiveness: Seamless adaptability across all devices, ensuring optimal viewing experience for every user.

and many more, including code architecture and reusability

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/ujstha/pokedex.git
cd pokedex

Installation

Install the project dependencies using npm:

npm install

Running the Project

npm run dev

Open http://localhost:5173 in your browser to view the project.