Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maciejkrol18/react-tenzies
A game of Tenzies built with React
https://github.com/maciejkrol18/react-tenzies
react scrimba tenzies-game
Last synced: 15 days ago
JSON representation
A game of Tenzies built with React
- Host: GitHub
- URL: https://github.com/maciejkrol18/react-tenzies
- Owner: maciejkrol18
- Created: 2023-04-02T10:17:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T14:24:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T05:13:58.349Z (2 months ago)
- Topics: react, scrimba, tenzies-game
- Language: JavaScript
- Homepage: https://maciejkrol18.github.io/react-tenzies
- Size: 511 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎲 react-tenzies
A game of Tenzies built with React. The project has been created while following a tutorial on Scrimba.comThat being said, i've decided to add some additional features to the app as the course itself suggested and refactor some of its code to match modern React's standards, as the project was originally written on React version 17.
**The additional features**
*If the the box isn't checked, the feature hasn't been implemented yet*- [x] Actual dots on the dice
- [x] Track the number of rolls
- [x] Track the time it took to win
- [x] Saving best time to local storage### 📝 Notes
With this project i've decided to give it a go and write sort of a documentation to make sure i've fully understood the code i've written. This will be more of a line-by-line explanation rather than fully fledged documentation, documenting each component.*it'll be here when the project is finished*