Skip to content
forked from thesam73/wordle

A clone of the popular game Wordle, but with stock tickers.

License

Notifications You must be signed in to change notification settings

leonidasv/stockle

 
 

Repository files navigation

Stockle - a Wordle clone with Stocks

chrome_JPnFE4QB7o

Forked from hannahcode/wordle.

It accepts any 4-letter stock symbol from NYSE/Nasdaq or B3 as input. The daily guessing dataset is composed of some of most traded stocks (by volume) in the last few days before the game release (Jan 26, 2022).

The "ticker of the day" changes every day at the market opening (9:30am EST for NYSE/Nasdaq or 10:00am BRT for B3).

TODO

  • Add unit tests
  • Improve i18n
  • Set current market via Context
  • Merge dark theme from upstream
    • Use context for dark theme
  • Improve code organization 😅

Pull Requests are welcome.

Contributing

To Run Locally: Clone the repository and perform the following command line actions:

cd stockle
npm install
npm run start

To build/run docker container:

docker build -t stockle .
docker run -d -p 3000:3000 stockle

Open http://localhost:3000 in browser.

About

A clone of the popular game Wordle, but with stock tickers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.3%
  • HTML 4.2%
  • Other 1.5%