Skip to content

alexandermendes/scrabble

Repository files navigation

Scrabble

I couldn't find a decent free online version, so decided to make one. Written as a Next.js application, backed by Firebase and deployed with Vercel. Just a little pet project to keep me occupied during Covid-19 times.

Play here

Screenshot


SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc.


Development

To run the application locally you will need to setup a (free) Firebase project.

{
  "apiKey": "<your-api-key>",
  "authDomain": "<your-auth-domain>",
  "projectId": "<your-project-id>",
  "storageBucket": "<your-storage-bucket>",
  "messagingSenderId": "<your-message-sender-id>",
  "appId": "<your-app-id>"
};

You should now be able to bring the application up with yarn dev and visit it at http://localhost:3000.

Note that if you want to hit the application at 127.0.0.1 instead you will need to whitelist the domain in the Firebase console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published