React Hooks Crud

A simple crud app for a coding interview

Issues Forks Stars

  • Used https://reqres.in/ for the mock api
  • Used full page forms instead of modals to make links shareable

Development setup

npm install
npm run start

Meta

Ricardo Joson – @rrjosonrrjoson08@gmail.com

Distributed under the MIT license.

https://github.com/rrjoson/react-hooks-crud

Contributing

  1. Fork it (https://github.com/rrjoson/react-hooks-crud/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request