Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 590 Bytes

File metadata and controls

32 lines (18 loc) · 590 Bytes

Event Management Tool Front-End React

Adding new records

Create

Updating existing record

Update

Deleting existing record

Destroy

Event Form for basic CRUD applications

Installation

Use the package manager[npm] to install dependencies

npm i
npm start

Features

Built with React, and styled with MaterializeCSS.

Auto populates data on edit. Saves on API calls by manually adding, updating, or removing, from current data stored.

Uses Axios for API calls to different endpoints.