https://github.com/tylrpopcorn/the-grid-class-based-
A grid application built using class based react.js components
https://github.com/tylrpopcorn/the-grid-class-based-
action-creators class-based-components css html javascript reactjs reducer redux
Last synced: about 1 month ago
JSON representation
A grid application built using class based react.js components
- Host: GitHub
- URL: https://github.com/tylrpopcorn/the-grid-class-based-
- Owner: TylrPopcorn
- Created: 2023-02-06T13:10:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T12:52:54.000Z (over 3 years ago)
- Last Synced: 2025-01-22T22:31:10.470Z (over 1 year ago)
- Topics: action-creators, class-based-components, css, html, javascript, reactjs, reducer, redux
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The-Grid (CLASS BASED)
Created using React.js
This is a practice example using class based components in React.js
-- -- --
**HOW TO PLAY:**
1. Simply use the keypad to move the letter "T" in any direction.
2. Count up how many times you can move the hexagon.
3. After you have finished, submit your result using the form.

Check out the **funcatonal based** grid: https://github.com/TylrPopcorn/The-Grid-Functional-based-