Guest User

Untitled

a guest
Mar 21st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. ## Overview
  2. *** This week I will continue working on the Food delivery app project and go through the Modern React with Redux Udemy course and practice interviews Algorithms exercises at interview cake website.
  3.  
  4. ## Areas of Focus
  5. + [ ] Configuration :
  6. - [ ] Creating a configuration for my app using environment variables (test, development, production).
  7. + [ ] Authentication :
  8. - [ ] Adding user authentication to app using Postgres.
  9. - [ ] Differentiating authentication from authorization.
  10. - [ ] Storing and encrypting passwords.
  11. - [ ] Using sessions and cookies.
  12. + [ ] Security :
  13. - [ ] Learning about encryption (using bcrypt module).
  14. - [ ] Watching videos and tutorials.
  15. + [ ] Code Organization:
  16. - [ ] Splitting functions into their respective files, and folders.
  17. + [ ] Problem Decomposition :
  18. - [ ] Practice breaking each spec into smaller specs, so that it much easier to work on a smaller task at a time.
  19. - [ ] Watching videos and tutorials.
  20. + [ ] React :
  21. - [ ] Building component for my app (with props and states).
  22. - [ ] Watching videos and tutorials.
  23. + [ ] Projects :
  24. - [ ] Food delivery app (Foodelivery).
  25. - [ ] World Cup 2018 Stats(My side app project).
  26.  
  27. ## Study Plan
  28. *Complete the food delivery app and work on my side project and learn more about React_Redux.
  29. ## My project Description:
  30. *Foodelivery is a food delivery service application. A user will order take-out from a local restaurant, then use the app to find a Driver to pick up and deliver it to them. Delivery fees will be calculated based on distance driven, plus a base fee. Users must register a card to autopay drivers the approved amount.
Add Comment
Please, Sign In to add comment