Initially this repo will be just my implementation of Wordle game. After that is done, the repo will start going towards Magic the Gathering theme.
- overengineer the whole app for learning
- learn TDD with Jest and React Testing Library
- learn React more deeply
- learn some CSS for basic styling
- make fun app for MTG fans
Created with create-react-app
- React 18
- Typescript
- Jest
- React Testing Library
- Clone the repo
- Install dependencies
npm install
oryarn
- Run the project
npm run start
oryarn start
- To run tests run
npm run test
oryarn test
-
Logic
-
create services to aid with game logic
- word service
- ...
-
wire all services together
-
make everything testable
-
Frontend
-
create functional UI
-
tweak UI so it doesn't hurt eyes
-
add MTG theme