๐๐๐ถ๐น๐ฑ ๐ฎ ๐ฅ๐ฒ๐ฎ๐ฐ๐ ๐ฆ๐ฝ๐ฟ๐ฒ๐ฎ๐ฑ๐๐ต๐ฒ๐ฒ๐ ๐๐ถ๐๐ต ๐๐ผ๐ฟ๐บ๐๐น๐ฎ๐
Stop building todo apps and counters.
Build a spreadsheet with formula evaluation.
This project tests your state management. You handle 50 cells referencing each other.
What you will build:
- A 10x5 grid with headers.
- Formulas like =A1+B2.
- Row and column selection.
- A formula bar.
- Overlapping input and output layers.
- Keyboard shortcuts to clear data.
Technical requirements:
- Use useState.
- Avoid useReducer.
- Evaluate formulas using JavaScript.
- Update all cells on every change.
Stretch your React skills.
Source: https://dev.to/reactchallenges/new-react-challenge-build-a-spreadsheet-with-formula-evaluation-3hic