This is a Tamagotchi Chrome Web Extension, where you can care for a pet while working! You can feed it, pet it, or even play games with it to get coins. The pet will have stats that will slowly deteriorate over time, so it's up to you to make sure your pet stays healthy and happy.
To download the project and run it locally, you need to:
- Clone the repository
- Install the dependencies (npm install).
- Build the extension (npm run build). This will make a folder titled "build".
- Add it to Google Chrome by going to chrome://extensions/, then enable Developer Mode and click "Load unpacked". Click the "build" folder and upload it.