https://github.com/tylrpopcorn/the-grid-functional-based-
A simple grid application built using functional based react.js components
https://github.com/tylrpopcorn/the-grid-functional-based-
css functional-programming html javascript reactjs
Last synced: 9 months ago
JSON representation
A simple grid application built using functional based react.js components
- Host: GitHub
- URL: https://github.com/tylrpopcorn/the-grid-functional-based-
- Owner: TylrPopcorn
- Created: 2022-11-18T19:53:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T05:55:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T22:31:10.663Z (11 months ago)
- Topics: css, functional-programming, html, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The-Grid (FUNCTIONAL BASED)
Created using React.js
This is a practice example using functional based components in React.js
-- -- --
**HOW TO PLAY:**
1. Simply use the keypad to move the letter "D" in any direction.
2. Count up how many times you can move the square.
3. After you have finished, submit your result using the form.

Check out the **class based** version: https://github.com/TylrPopcorn/The-Grid-Class-Based-