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