A simple crud app for a coding interview
- Used https://reqres.in/ for the mock api
- Used full page forms instead of modals to make links shareable
npm install
npm run start
Ricardo Joson – @rrjoson – rrjoson08@gmail.com
Distributed under the MIT license.
https://github.com/rrjoson/react-hooks-crud
- Fork it (https://github.com/rrjoson/react-hooks-crud/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request