Skip to content

junedraghib/vicinity-charter-internship-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact App for Vicinity Charter Internship Task

This is a simple React based app to list contacts integrated with Redux to manage app state, app uses localStorage to store the state, app implements basic CRUD operations along with search action to search a contact in the contact directory. A running instance of the app is here : contact-app: live instance Source Code for the app is here : contact-app: source code All the actions are elaborated in details in the subsequent slides, App is well structured and divided into various modules.

Functionalities

functionalities

add action

delete action

update action

search action

Get Started

Clone the repository

git clone https://github.com/junedraghib/contact-app.git

Checkout to the development branch

git checkout development

Install dependencies on your local computer

npm install

To start the app on local computer, execute following command from the root of the repository

npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

React based app to list contacts integrated with Redux to manage app state, app uses localStorage to store the state, app implements basic CRUD operations along with search action to search a contact in the contact directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors