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


    I use react hooks to create the Todo App. You can filter todos , delete todos, create todos, clear all complete todos. I create a handleMessageError if the user create an empty todo. I use light mode and dark mode, the useEffect() is very useful for this concepts to save the mode in localStorage. I use fetch to get todos created using real time database in firebase. I found some difficulty in the part of adding dragging to reorder lists, the main difficult is that drag event is not fired in mobile phone so I create a touch event for the devices that have a touch not mouse event and that was my solution. This Todo App has one share database so that every one can change the database that means every one can change todos. Notation the drag is allowed just up so you can reorder todos by taking each todo and drag it to the up but is not allowed to down. Any feedback is appreciated!

  • Submitted


    At this challenge I use the magic of vanilla JavaScript, I know that a lot of people use libraries in this challenge but I think that to understand simple way you should understand the hard way so instead of using libraries (React, Axios..) I use vanilla JS. I understand that is simple way is using libraries but for me I want to understand the magic of vanilla Js.

    Check my code ! Any feedback is appreciated.

  • Submitted


    Responsive Landing pages, using HTML , CSS and JS. Any feedback is appreciated ! :)

  • Submitted


    I use SCSS and pure Javascripts to complete this challenge! Any feedback is appreciated!!

  • Submitted


    Here I use Sass to complete this challenge. Any feedback is appreciated !!

  • Submitted


    Here I use HTML CSS and Some JS to do the drop down menu Check my code and give some feedback. This is my final project Check the Live site. :)