https://github.com/codurance/react-interview
A React Interview starter
https://github.com/codurance/react-interview
Last synced: 4 months ago
JSON representation
A React Interview starter
- Host: GitHub
- URL: https://github.com/codurance/react-interview
- Owner: codurance
- Created: 2023-04-04T16:13:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T14:23:28.000Z (about 1 year ago)
- Last Synced: 2025-06-20T15:33:32.932Z (about 1 year ago)
- Language: TypeScript
- Size: 309 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Pairing Exercise
## Introduction
This exercise should be completed as if you are pairing on a feature within a real business setting.
Don't be afraid to ask questions, and do communicate your thinking.
## Goal
Test-drive a component that can take in data, and render it as a table.
Use `./design.png` as a reference. You don't need to worry about styling to begin with.
`./src/data/userData.ts` contains example data that should be rendered.