CSS Selectors game Deploy
Educational project at RSschool Stage 2
Clone of the game CSS Dinner
Implemented:
- Typescript usage;
- Usage of ESLint air-bnb-base & airbnb-typescript configs;
- Ace editor to colorize user input;
- First attempt to make tests using Jest;
- User can input any selector and press Enter key or button to check it;
- Help button set right answer to the input with typing effect;
- Tooltip with selector appears on hover over the elements on the plate or code block;
- Saving state of the game to a localStorage;
- Restarting game without reloading the page;