Day 6. Wordle Archive

Continued putting together a new react project to create a wordle clone which would allow playing all the old ones.

Created empty npm project. Added prettier, eslint and parcel. Added typescript, but disable setting to enforce (while I'm a little bit hazy on how best I need to do this). Added styled components and copied a (non typescript) Wes Bos style set up.

Got the header working with flex box and some icons using react-icons.

$ git log --pretty=format:"%h %ad %s" --date=rfc
e8cca8d Wed, 9 Feb 2022 23:21:15 +0000 Style header
10127f5 Wed, 9 Feb 2022 21:50:35 +0000 Add base components
01b9af3 Wed, 9 Feb 2022 20:47:11 +0000 Configure for typescript
00f6b9c Wed, 9 Feb 2022 20:01:09 +0000 Initial setup with prettier and eslint

References

#wordle #react