/React-Master-Detail

This is my attempt at making a Master Detail using React.

Primary LanguageJavaScript

React-Master-Detail

This is my attempt at making a Master Detail using React.

Featuring:

  • Routing
  • CRUD operations (add, update, delete)
  • REST API via JSON Server
  • Funky instances

JSON Server allows simulating REST API operations/actions with a quick, easy setup.

Getting the show on the road:

git clone
cd React-Master-Detail
npm install npm start

Setting up JSON Server:

npm install -g json-server
npx json-server db.json --port 3005