Pokemon Web Application. Created using ReactJS and PokeAPI.
Made with love ❤️
Try this demo here
To run this project locally:
- Prerequisites: Make sure you've installed [Node.js] ≥ 12
- Install dependencies:
npm install
- Run the local development server:
npm start
(seepackage.json
for a full list ofscripts
you can run withnpm
)