ninvit / reactJsFetch

fetching information from https://jsonplaceholder.typicode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React.js CRUD App with React Router & Axios

Build a React.js CRUD Application to consume Web API, display and modify data with Router, Axios & Bootstrap.

React Tutorial Application in that:

  • Each Tutorial has id, title, description, published status.
  • We can create, retrieve, update, delete Tutorials.
  • There is a Search bar for finding Tutorials by title.

Set port

.env

PORT=8081

Project setup

In the project directory, you can run:

npm install
# or
yarn install

or

Compiles and hot-reloads for development

npm start
# or
yarn start

Open http://localhost:8081 to view it in the browser.

The page will reload if you make edits.

About

fetching information from https://jsonplaceholder.typicode.com/


Languages

Language:JavaScript 92.3%Language:HTML 7.0%Language:CSS 0.7%Language:Shell 0.0%