Skip to content

EpicWolverine/PersonalHeardle

Repository files navigation

PersonalHeardle

https://heardle.epicwolverine.com (replaces https://epicwolverine-heardle.glitch.me)

Słuchaj.fun and Heardle Template

Forked from Shizerq/sluchajfun and sarvarghese/youtube-heardle-template.

Clone of famous (now defunct) Heardle - "that daily music game".

License: MIT

Tech stack

To do

  • Add Storybook
  • Add tests
  • Disable/bypass iFrame's Media Session API

Contributing

Please format the code with ESLint and Prettier.

npx eslint src/ --fix

Building (default React stuff)

In the project directory, you can run:

yarn

Installs all the required dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!