Prodigy-InfoTech / Web-Development-Projects

Repo for Web Development Projects
GNU Affero General Public License v3.0
35 stars 60 forks source link

React contact app #86

Closed Ishaa11 closed 11 months ago

Ishaa11 commented 11 months ago

Description

Added a React Contact App where ypu can create a contact for a person, update it, delete that contact and search for a contact. It uses a json server to store the contacts dynamically that acts as a dummy database.

Type of change

Checklist:

prodigyinfotech commented 11 months ago

Create Issue regarding the project and reference it here.

Ishaa11 commented 11 months ago

Description

It is a React App that has a json-server as backend db.json file acts as a database and on adding, updating and deleting data the db.sjon file is updates using axios restful api. This app has a contact list , search contact functionality, delete , add , update contacts functionality and can go to a contact to get contact details To start app: cd contact-app npm start cd server-api npm start (server will start at port 3006)

Issue

Added a React Contact App where ypu can create a contact for a person, update it, delete that contact and search for a contact. It uses a json server to store the contacts dynamically that acts as a dummy database.

Fixes # (issue)

Type of change

Checklist: