This is a coding challenge for a frontend position at prepend. The goal is to build a web application that allows users to browse and discover Pokemon. The application should list all Pokemon, show details for a selected Pokemon, and allow pagination and searching.
To get started with the project, follow these steps:
- Clone the repository to your local machine using
git clone <repository-url>
. - Install the dependencies using
npm install
.