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
Not Found
Not Found
Not Found

All solutions

  • Submitted

    REST API Countries Switcher with Theme Toggle

    #react#typescript#sass/scss
    • HTML
    • CSS
    • JS
    • API

    1


    What are you most proud of, and what would you do differently next time?

    Hi , I am really happy that after I initiated the challenge, I was able to complete it. Although having 3 years of in React, I always learn something new whenever I do such challenges.

    I gave my best to keep up with DRY principles and do clean code. But, there always scope of improvement. So, please feel free to suggest or comment anything new that could enhance this project further. I would be happy to work and accept contributions on the same :)

    Github Repo : LINK

    Project : LINK

    Other Challenges completed by Me : LINK

    What challenges did you encounter, and how did you overcome them?

    I didn't encounter much challenges, only tried to maintain clean code practices and keeping up with the DRY principles.

    What specific areas of your project would you like help with?

    I think enhancing the project by including more challenging features will not only increase my learning curve, but also make the project much better. So, I would really appreciate if you have any new ideas to make this project even better !

  • Submitted

    React SPLITTER web application

    #react#web-components#accessibility
    • HTML
    • CSS
    • JS

    1


    Hi, I have created this web application in React. The application is very simple though.For state management , particularly here, I have made use of Context API and useReducer.

    I won't say that I have utilised the most optimised approach to handle state updates and functionality expected from the design. So, I would really appreciate if someone can help me optimise the re-renders of component.

    Hope you enjoy my work ! Let me know of any bugs or enhancements you would like to have :)

    URL : Website

    Find my Other Designs here : Frontend Designs

    Other Social Platform where you can connect or help me

    1.Github

    2.Instagram

  • Submitted

    Game using React JS

    #bootstrap#react
    • HTML
    • CSS
    • JS

    0


    Hi all, I have only coded for Rock, paper scissor game with minor tweak ( a reset button ) , although the bonus round is as easy as the former, but I wanted to incorporate both the rounds in one app so that user can switch between what kind of game he/she wants to play.

    Unfortunately, I wasn't able to figure out a UI layout as to how I am going to manage the switch b/w the 2 types. Let me know a layout which could allow me to place a switch to toggle b/w the games.

  • Submitted

    Job Listing Page using React Js

    #bootstrap#react
    • HTML
    • CSS
    • JS

    1


    One of the critical part of the challenge was the search field. It wasn't clear enough as to how it needs to function. While working on the challenge I came across multiple methods and type of ways in which the search by tags field could be implemented.

    Currently I resorted to simple tag matching by name. So, if you enter a name in search field, it results in listing all the jobs that have either of the search strings present in the search. ( OR Condition ) ( AND condition ) : listing of the jobs having all of the tags present in the search field. ( not implemented ) Also, while we search, the loading icon is also missing. Although current data to test with is small, but still, if are fetching from large data, then after search query , certain page loader could also be added!

    I thought of implementing a solution where user could toggle b/w OR / AND as well as loader, but was unclear as to where to place them and handle them in responsive designs!

    Let me know for any methods with which I could improve my design! Thanks

  • Submitted


    Being a frontend developer, I want to develop websites that are pixel-perfect keeping the code length small. Although I was able to do the task easily, imperfections can be found. Please do let me know how further I could improve the responsiveness of my task.