Skip to content

Contact List using React, Redux, React Semantic UI, Webpack, LESS

Notifications You must be signed in to change notification settings

gaurishkamat/contact_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contact_list

├── src # Source code │ ├── app
│ ├── Components # UI Components │ │ ├── ContactItem.js
│ │ ├── Home.js │ │ └── ModalPopup.js
│ └── Reducer # Data reducer │ └── appReducer.js
├── .babelrc
├── index.html ├── package-lock.json ├── package.json ├── styles.less └── webpack.config.js # Configuration file └── README.md

Clone the project repository and follow the commands below to get the project working:

  1. cd contact_list
  2. npm install #to install node modules
  3. npm start #make sure port 8090 is open, else change the port no in webpack.config.js

#happy_coding:)

About

Contact List using React, Redux, React Semantic UI, Webpack, LESS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published