It is a little game I built when following the tutorial provided by freeCodeCamp
Check out the results here -> https://tetris-game-onreact.netlify.app
Device | Optimized for the specified device |
---|---|
Mobile | ❌ NO |
Tablet | ❌ NO |
Desktop | ✅ YES |
- React (bootstrapped with [Create React App])
- React hooks
- Styled-componets ("CSS-in-JS")
- React.memo()
- Netlify (for hosting)
When building it I learnt the following: how to use styled-component, how to import fonts with @font-face value, how to structure the project in overall and that React may not be the best option for building games =-)