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).
- 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.
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.