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.
- 🔩 React
- 💡 TypeScript
- ⚡ Vite
- 🌈 Tailwind CSS
- 🔥 PokéApi
- 🔎 Search pokemon by name
- 📱 Responsiveness
- 📄 Pagination
- ✨ Shape change
- 👁️🗨️ Icon change
📝 Install the dependencies and start the project
yarn install
yarn run dev
📝 Build the application for production
yarn run build
📝 Preview the build
yarn run preview
This project is under the MIT license. See the LICENSE file for more details.