Skip to content

Build React Typescript example Project - CRUD with Axios and make Web API call

Notifications You must be signed in to change notification settings

sorinbunnyshell/react-axios-typescript-example

 
 

Repository files navigation

React Typescript example Project with Axios and Web API

This app is a CRUD example, made with React Typescript and Axios to consume Web API with Router & Bootstrap 4.

Inspired from https://github.com/bezkoder/react-axios-typescript-example

Summary of app functional requirements:

  • Each Book has id, title, description, availability status.
  • We can create, retrieve, update, delete Books.
  • There is a Search bar for searching Books by title.

This project was bootstrapped with Create React App.

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

Build React Typescript example Project - CRUD with Axios and make Web API call

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.6%
  • HTML 9.1%
  • CSS 3.3%