A simple API browser of JSONPlaceholder API. It only uses users enpoint and posts enpoint for simplicity.
The project is written in React, it was bootstrapped with Create React App.
In the project directory, run
npm install
to install dependencies.npm start
to run app in development mode. Open http://localhost:3000 to view it in the browser.You can run
PORT=8000 npm start
on Mac / Linux orset PORT=8000 && npm start
on Windows to start the app on different portnpm run build
to build the app for production.