Skip to content

andersonsrocha/pokedex

Repository files navigation

💻 Pokédex

Pokédex created with ReactJS + TypeScript, using vite as boilerplate and tailwind CSS as customization library. Tailwind is used to manipulate the page's css and customize the Radix UI components, the Radix UI Icons library is used to compose some of the basic screen icons and PokeApi as the api for data consumption.

screenshot

🗒️ Index

🚀 Technologies

  • 🔩 React
  • 💡 TypeScript
  • ⚡ Vite
  • 🌈 Tailwind CSS
  • 🔥 PokéApi

✨ Features

  • 🔎 Search pokemon by name
  • 📱 Responsiveness
  • 📄 Pagination
  • ✨ Shape change
  • 👁️‍🗨️ Icon change

📦 Install

📝 Install the dependencies and start the project

yarn install
yarn run dev

🔨 Build

📝 Build the application for production

yarn run build

🔍 Preview

📝 Preview the build

yarn run preview

⭐ Credits

🔗 Links

📝 License

This project is under the MIT license. See the LICENSE file for more details.