Pokemon Shop
-
This project is an simulation of e-commerce website for purchasing Pokemon merchandise. It is built using React, TypeScript, and the PokeAPI. Features
-
Browse a list of available Pokemon products.
-
View product details, including images, types, and moves.
-
Filter products by move type.
-
Search for products by name.
Installation
- Install dependencies:
npm install
Start the development server:
npm start
- Open http://localhost:3000 in your web browser.
Usage
Once the application is running, you can use the navigation bar to browse products, search for products, and filter products by move type. Clicking on a product will take you to a page with more details about the product.
Development Testing
This project uses Jest for testing. To run the test suite, run:
npm test
This project was created by Alvaro S. P. Silva. Special thanks to the creators of the PokeAPI, which was used to populate the product data.
License
This project is licensed under the MIT License.