Skip to content

tahirha3/challenge-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM - demo - redux

Based off of http://reactjsnews.com/your-first-redux-app to provide simple CRM functionality, such as:

  • Add a lead (name, phone number), (complete)
  • Log a call, (complete)
  • Schedule an appointment, (complete)
  • Convert lead to account (complete)

With bonus points for:

  • Updating the phone number, (complete)
  • Using a date-picker for the appointment. (complete)

In terms of visual styling, something similar to https://github.com/salesforce-ux/design-system is ideal

To run the app:

npm install
npm start

Load http://localhost:8080

About

Code challenge for full stack development based on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • HTML 0.6%