Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliannicholls/node-with-react-improved
Suggested improvements from the Node with React: Full-stack Web Development course by Stephen Grider at https://www.udemy.com/node-with-react-fullstack-web-development/learn/v4/content
https://github.com/juliannicholls/node-with-react-improved
react react-router redux stripe
Last synced: 5 days ago
JSON representation
Suggested improvements from the Node with React: Full-stack Web Development course by Stephen Grider at https://www.udemy.com/node-with-react-fullstack-web-development/learn/v4/content
- Host: GitHub
- URL: https://github.com/juliannicholls/node-with-react-improved
- Owner: JulianNicholls
- License: mit
- Created: 2017-08-12T16:29:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T07:52:50.000Z (2 months ago)
- Last Synced: 2024-09-13T17:07:31.276Z (2 months ago)
- Topics: react, react-router, redux, stripe
- Language: JavaScript
- Size: 495 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node with React: Fullstack Web Development, with suggested improvement
Code from the
[Node with React: Fullstack Web Development course by Stephen Grider](https://www.udemy.com/node-with-react-fullstack-web-development/learn/v4/content)## Differences from Stephen's progress
See README at [My original repository](https://github.com/JulianNicholls/Node-with-React)
## Suggested improvements
I'm going to implement some or all of the improvements suggested by Stephen in Lecture 195.
### Replace Materialize with Bootstrap
Change to use Bootstrap. This is not one of his suggestions, but I just prefer it.
### Allow the user to save a survey for later
* Have options to save, save and send, edit and send / send again
### Survey Cards
* Colour the yes and no
* Add something like a chart for yes and no.
* Add the last responded date.
* Sort by number of votes, date sent, last responded date, and sent / unsent### Allow for deleting surveys
This is arguably pointless at the moment because all surveys have been sent
out already. It becomes more important when it is possible to create a survey
for later sending that you then decide not to send.### Allow the user to specify the from field