KushagraJain58-cmd / Data-Management

Home Page:https://datamanager5.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Management

CRUDS(Create, Read, Update, Delete and Send)

Task Instructions:

Create a UI based on your imagination using any frontend you know This UI will contain form + a table + buttons(update, delete, add Form will contain 4 fields:
Name
Phone number
Email
hobbies
Save button

Table will contain 7 Attributes:
select:(checkbox Attribute to select row/rows)
ID: serial number
Name: name
Phone Number
Email
Hobbies
Update/delete

Use MongoDB for creating database and Node.js and express.js for creating APIs Use react.js for UI
Buttons:
Send: To send data of selected Row/Rows on email info@redpositive.in

Add New Data to open pop up form to ADD New entry in the table
Create an Add button to open a pop up form which will contain 4 fields as mentioned above.
Provide all the validations to all fields in form
Create a table to display data from database
Add form data in database by save button
Provide a button to send selected row/rows data to email : info@redpositive.in
Host task on either Heroku or Netlify
Push code on github and provide the link of public repo

About

https://datamanager5.netlify.app/


Languages

Language:JavaScript 72.0%Language:CSS 17.0%Language:HTML 10.9%