Giter Club home page Giter Club logo

react.js-basic-crud-operations's Introduction

React.JS Basic CRUD (Create-Read-Update-Delete) Operations

Overview

This sample React.JS with Typescript project shows a basic implementation of CRUD (Create-Read-Update-Delete) Operations that is connected to a web api. I'd advice that you have a working web api to be able to fully tested this project.

React.js crud operations

Basically, this project has an axios package installed where you can do different web api request like post, put, get and delete. I also already installed the package react-router-dom for routing of the app so you will also have idea on how to implement it on your next React.JS application.

Setup

After you download/clone this project, you need to restore the packages. Navigate to the project path and do this: To restore

npm i // to restore the packages

To run the app:

npm start

To build for production:

npm build

To run test:

npm test

Package Overview

Packages Versions
react ^16.13.1
typescript ^3.7.5
@types/react-router-dom ^5.1.3
axios ^0.19.2
bulma (style for this project) ^0.8.1

You can view all of the packages and dependencies in the package.json file of this project.

Feel free to clone or fork this project: https://github.com/deanilvincent/React.JS-Basic-CRUD-Operations.git

Contributions & pull requests are welcome!

I'll be glad if you give this project a โ˜… on Github :))

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

react.js-basic-crud-operations's People

Contributors

deanilvincent avatar

Watchers

James Cloos avatar  avatar

Forkers

elaiya15

react.js-basic-crud-operations's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.