Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

That 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*