TPAIN22
@TPAIN22All comments
- @vanirvanSubmitted 2 months ago@TPAIN22Posted 2 months ago
In this challenge, you were supposed to take the numbers, perform the necessary mathematical operations, and return the result to the user, and not prepare ready-made numbers now. If I wanted to calculate a different loan, the same result would come every time.
1 - @GeorgeKandelakiSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of myself, that I did this challenge. When I first saw it, I had already given up on it, but then I remembered the quote "Just Do It!" and right now I did complete it with Vanilla JS. I am also proud of how I am getting better a Writing Code and Improving my Skills. I believe that the Code I Wrote is Reusable, DRY, has Small Amounts of Repetitions, is Clean and Readable. I also Improve my Skills with working data, where in past I didn't even know how to work with data.
What challenges did you encounter, and how did you overcome them?I encountered many challenges. Like searching for replies, it was really difficult, because replies are nested and the most hardest part was deleting the comments, also I didn't know that
What specific areas of your project would you like help with?splice()
method is used for deleting elements, and that made deleting elements really hard. Lucky for me I learnt new thing, which is Recursion. I had to use recursion to search and delete elements in the data.I don't have any questions. Every feedback is gladly welcomed. Also Please tell me my mistakes especially in JavaScript, So I can get better at Writing Code and Improve My Skills. Thanks a lot! :)
- @sudhanshusingh-gSubmitted 3 months ago
- @TerezLSubmitted over 2 years ago
- @AchinthyaDulshanSubmitted 3 months agoWhat specific areas of your project would you like help with?
I need assistance with React hooks; have I used them correctly in this challenge?
Any comments or suggestions are appreciated.
@TPAIN22Posted 3 months agothe success message should show the email i entered not your email
1 - @ShahzadaShadabAliSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Responsive Project with a smooth workflow!
@TPAIN22Posted 3 months agoyou did great work but the result is not showing and in the interest rate it should be allowed to add float number
0 - @Smailen5Submitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the entire script. It's the first experience where most of the code is copied and adapted for my purpose. It was a lot of fun to understand others' code and find ways to use it in my case.
What challenges did you encounter, and how did you overcome them?The biggest challenge was coloring the input range slider. After some research, I found out that it's an element of the shadow DOM. So, I came across a JavaScript code that changes the color, and I adapted it to my needs:
What specific areas of your project would you like help with?input.style.background = "linear-gradient(to right, #A4FFAF 0%, #A4FFAF " + fillPercent + "%, rgb(15, 23, 42) " + fillPercent + "%)"; output.textContent = val; }
Unfortunately, I've written many if statements both in the function to generate the password and in the function that checks the password strength. I know that a good refactoring is needed, but for now, I have no idea how to proceed.
- @svo15Submitted 5 months ago
- @shalriSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am pleased with how I implemented the time frame cards. I had a hard time since Tailwind didn't play nice with the conditional classes I was passing through. I had to rawdog some CSS to make it work.
I also feel that my
What challenges did you encounter, and how did you overcome them?grid
skills are improving.The challenge I encountered was making the time frame cards reusable for all the time frames. Since they have some custom backgrounds I had to do some setup.
I am quite proud of how this challenge turned out. I added some UI enhancement for good measure.
I also didn't have the Figma files, so I was just eyeballing the mockup.
What specific areas of your project would you like help with?I am good for now. I am having fun and learning so much from these challenges.
- @shalriSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I integrated a lot of libraries into this challenge since I wanted to test and learn how to use them. I focused on enhancing the UX with animations. I am quite happy with the result of this challenge.
What challenges did you encounter, and how did you overcome them?This challenge also showed the importance of a
What specific areas of your project would you like help with?.fig
file. I spent most of the time pixel-pushing to set the dimensions, spacing, and layout just right. I am proud of the results since I was only eyeballing it.I am all good for now. I am enjoying the challenges!
- @shalriSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I learned how to use NextJS
Image
tag to render the appropriate image file for the screen size. I also sharpened mygrid
skills from this challenge.I rolled my own tooltip functionality to share social links. I wanted to practice using React hooks to have a solid foundation for more complicated challenges. I am quite proud of the UI enhancement I made.
What challenges did you encounter, and how did you overcome them?This challenge showed the importance of a
What specific areas of your project would you like help with?.fig
file. I spent most of the time pixel-pushing to set the dimensions, spacing, and layout just right. I just focused on coding the functionality. I am proud of the results since I was only eyeballing it.I am all good for now. Enjoying and learning so much from these challenges.
- @SadikibendaSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of to see that I finish this little complex HTML CSS project in one day
What challenges did you encounter, and how did you overcome them?working on table was more challenging than other part. I overcome this challenge by googling and using w3school for most parts.
What specific areas of your project would you like help with?Thanks to w3school for addition resource.