My Repos and Details
Description
A simple React app that shows all the repos for my github user in a react-table. Clicking on a table row should reveal a modal with the owner and description of the repo.
Getting Going
- Copy code into a new folder
npm install
oryarn
npm start
oryarn start
To Test
npm test
or yarn test
Build for Prod
npm run build
or yarn build