Skip to content

ttrepka/api-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Browser

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.

How to run, test, build

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 or set PORT=8000 && npm start on Windows to start the app on different port

  • npm run build to build the app for production.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published