Hello, I'm a 15-year-old Full-Stack Dev with a deep passion for programming. From the moment I started coding, I fell in love with the world of development. I aspire to become a 10x Developer and absorb as much knowledge as possible in the field. I Love To Write Code. :)
I’m currently learning...NodeJS, Plan to learn: React, C, C++, C#, PHP. In short I have a deep passion for programming, and I'm committed to mastering any programming language that piques my interest. I Love To Write Code. :)
Latest solutions
Multistep Form. Made with Vanilla JS, SCSS and BEM notation.
#sass/scss#bemSubmitted 3 months agoOther than issues mentioned above, I am not in need of any help. Feel free to leave feedback, every feedback is welcomed. Also, Please tell me my mistakes in the Code and how can I Improve my Code, So I can get Better at Writing Code and Improve My Skills. Thanks!
Ecommerce Product Page, Using BEM, SCSS and Vanilla JS.
#bem#sass/scssSubmitted 7 months agoOther than issues mentioned above, I am not in need of any help. Feel free to leave a feedback, every feedback is welcomed. Also, Please tell my mistakes in the Code and how can I Improve my code, So I can get Better at Writing Code and Improve My Skills. Thanks!
Job listing app, using SCSS, BEM and Vanilla JS.
#bem#sass/scssSubmitted 7 months agoThere is nothing in particular that I want a help with. Feel free to leave a feedback, every feedback is welcomed. Also, Please tell my mistakes in the Code and how can I Improve my code, So I can get better at Writing Code and Improve My Skills. Thanks!
Countries API, added pagination. Wrote using BEM, SCSS and Vanilla JS.
#bem#sass/scssSubmitted 7 months agoThere is nothing in particular that I want a help with. Feel free to leave a feedback, every feedback is welcomed. Also, Please tell my mistakes in the Code and how can I Improve my code, So I can get better at Writing Code and Improve My Skills. Thanks!
Comments Section Vanilla JS, SCSS and BEM Notation.
#bem#sass/scssSubmitted 8 months agoI 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! :)
Calculator App, Grid, Vanilla JS, SCSS and BEM, Also Responsive.
#sass/scss#bemSubmitted 8 months agoI couldn't Write Code for adding a comma after 3 numbers. Other than this issue I don't have any questions. Every feedback is gladly welcomed. Also Please tell me my mistakes, So I can get better at Writing Code and Improve My Skills. Thanks a lot! :)
Latest comments
- @Ctato1@GeorgeKandelaki
Hello fellow Georgian, I am glad to meet someone who is from my country. The Calculator logic is Wrong, It doesn't Calculations, where first the Numbers should be multiplied and then added to each other. I would advice you to use
eval()
function. Except that everything in design is on point. Nice meting you! - @TomSifWhat are you most proud of, and what would you do differently next time?
As someone suggested I used the 'block element method' to name my css classes and followed the rules as best I could to provide a project close to industry standards. I annotated my code to make it more understandable by others, I admit I don't really know what is customary to do at the moment.
What challenges did you encounter, and how did you overcome them?Basically nothing special, I just encountered a problem with the loading time of the ttf font, which for some reason I don't know took almost 3.5s to load, so I downloaded the same font in woff2 version and that solved the problem.
What specific areas of your project would you like help with?As said before, on small simple projects like this my goal is to apply as much as possible, the advice and uses of the industry, being totally self-taught, I hope to succeed by doing these exercises to acquire necessary reflexes, and essential to work in a company. So all advice, criticism and resources are welcome. Thank you for taking the time to read my code and leave me a little comment :)
@GeorgeKandelakiReally Liked the Solution, Also I am impressed by how precise the solution is to design. First thing I notices was buttons
hover
state, I would advice you to addtransition
property on buttons hover effect. other than transition everything is perfect, Great Solution!Marked as helpful - P@danielmrz-devWhat are you most proud of, and what would you do differently next time?
🛸 Hello FEM Community! I'm Daniel and this is my solution for this challenge! 😊
🛠️ Built with:
- HTML 🧾
- SASS 🎨
- TypeScript 🆕
- Mobile first workflow approach 📲
This project is incomplete. I'm posting it because I wanna see how other developers approached the same issues. The design wasn't a problem but the logic for adding new comments and replying existing ones was a bit difficult for me. Maybe it's because that was the first time I tried using TypeScript on a project, I don't know. I intend to keep on studying to learn how to solve the problems I couldn't during this challenge.
Well, although I'm a bit frustrated for not being able to fulfill all the challenge requirements, I'll keep learning until I am.
If you have any suggestions on how I can improve this project (specially about the logic), feel free to leave me a comment!
Feedback welcome 😊
@GeorgeKandelakiHey daniel, I am working on this project too, I can't seem to figure out how to like and dislike, but I think finding comments isn't working because you didn't add the replies array in
data.json
. Try that because when I saw the functionfindCommentById
everything was fine. - @jolman009@GeorgeKandelaki
One thing I saw was, that you had specified the height and the width of the body itself, by doing that it is not aligned properly. I would Advice you to remove those styles from the body, and add it to child container, which holds the content.