Hello and welcome to my first typing game which is also build with React as part of my React studying.
- Clone the repository
- run npm install from the directory
- run npm start to launch the project on localhost:3000
- React.js - Without Redux. not sure if ever will use Redux in the project.
- CSS/SASS - Currently everything is stored in one file, using BEM Naming conventions.
- Node-sass- I use node sass' "watch" script to save the css on the go.
- Axios - I use axios for simple Quotes Fetch from some API.
Currently, the app is not responsive. I do not plan to fix the responsiveness, the app is intended for laptop+ usage anyways.
- Add Error checking, i.e checking how may words are mistyped.
- Add CSS Transitions. CSS.
- Refactor the whole code so it follows React's best practices. The code is almost absolutely lacking tsam