Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found

All solutions

  • Submitted


    This was my first React Project that I submitted here. This project helped me to start h thinking in terms of components and their reusability. Instead of hardcoding the data, and also repeating the same code with different data (like 4 divs for top section), its way better to create a common component, and pass data in it and render that component as many times as you want ! It feels good to work in React.

    Also slowly becoming adapted of using Tailwind CSS and honestly finding it quite productive to use.

    Deploying this React App on Netlify, and seeing the pushed code changes reflecting LIVE, thanks to automatic CI/CD integration, was also a worthwhile learning experience.

    Feel free to go through the code and please drop your valuable inputs for where I can improve, and what else can I do to become better. As of now have to implement the Dark Mode, although the toggle button is functional and implemented (Go through its code, its written without use of any external library). Looking forward to hear your input !

  • Submitted


    This was one of the good projects which really forced me to think in a responsive manner. Also implementing Javascript was icing on the cake. Kindly go through the code and please leave your valuable feedback. In this I got stuck in that part where the image order had to be changed on mobile (although I understood it can be implemented using flex order), also I am looking how can I implement the transition / smooth opening and closing of mobile menu using tailwind, any suggestions ?

  • Submitted


    I'm starting to get little bit confidence in tailwind CSS and I find it easy to implement than the Vanilla CSS, please have a look at the code and leave your valuable inputs.

  • Submitted


    I'm just beginning out my web development journey and all of the suggestions related to best practices, corner-cases, improvement-areas and such are always welcome. Here to learn and grow.