First time building a project with Angular!
Latest solutions
Country Flag App
#angularPSubmitted 2 months agoMaybe mobile version but for now focusing on Desktop only version.
Mortgage Calculator using Angular
PSubmitted 3 months ago- To improve: active and error states, mobile version
Product List App built with Angular, TypeScript, CSS and HTML
#angular#typescriptPSubmitted 4 months agoComing up with a mobile version as an improvement.
Result Summary Component
#angularPSubmitted 4 months agoMobile Design and color schemes, styles guide not too helpful.
Latest comments
- @MichalPawlak0What are you most proud of, and what would you do differently next time?P@gkuzivam
Great work!
- @dullarzeeP@gkuzivam
Great work! You can improve with error, active states. You can also fully implement the results section.
- @adam-crowleyWhat are you most proud of, and what would you do differently next time?
I'm proud of learning how to make a simple shopping cart, and to use Zustand for global state management.
Next time I would use global state management at the start of the project, to save a lot of refactoring.
What challenges did you encounter, and how did you overcome them?My main challenges were learning how prop drilling works, and what props to pass through to nested components. Learning best practice of how state gets passed declared at the parent component and passed down to the child components helped me understand this better.
After I got the functionality working this way, I refactored the code to use global state management, so it was a challenge to learn how that works.
P@gkuzivamGreat work!
- @G-GakiiWhat are you most proud of, and what would you do differently next time?
- creating my first angular project
- import data from JSON file to use in the components
- Getting the right image path
- I overcame this by googling and I found most answers in stack overflow
Any feedback to improve i will appreciate
P@gkuzivamYou can add hover and focus states on the:
- button element
- each summary item
Otherwise, great work!
- P@gkilasoniaP@gkuzivam
good work with setting up the web and mobile version
- @juliabushP@gkuzivam
good work