Use this cute website to enlighten your day: fetch a cute Pokemon at each button click. Also, fetch some inspirational quotes to get wiser!
Follow these steps to run the webpage locally on your machine:
-
Install Node.js:
- Download and install Node.js in your system
-
Check npm Installation:
- Open a terminal and run
npm -vto check if npm is installed.
- Open a terminal and run
-
Install Dependencies:
- Navigate to the project directory in the terminal.
- Run
npm installto install project dependencies listed inpackage.json.
-
Run Development Server:
-
View Webpage:
- Open a web browser and navigate to
localhost:5173. - You'll see your webpage rendered in the browser.
- Open a web browser and navigate to
That's it! Enjoy exploring this webpage.

