vijaya
@Vijaya03All comments
- @PrincessMaggySubmitted over 2 years ago@Vijaya03Posted over 2 years ago
Great work Edozie. If you want , you could use Google fonts to match with the design font- family. And you could add the functionality such that when you click on any task then there is a stroke tag appearing on the task .
Marked as helpful0 - @fraserwatSubmitted over 2 years ago
Did the frontend for this a while ago but never got round to publishing because I couldn't work out how to get the front end to communicate properly with the back end. Went back to this after getting my first full stack app working earlier!
Backend in separate repo here: https://github.com/fraserwat/vuengo-todo-list-backend
Any ways I could have improved this v much appreciated!!
@Vijaya03Posted over 2 years agoGreat work with vue Fraser. You could remove the checkbox inside the input field. And also if you further want to add drag and drop feature then you can use open source libraries like react-beautiful-dnd . It will give nice look just in few lines of code.
0 - @amichnoSubmitted over 2 years ago
Hello! This is my firs app build with RACT and i had a problem with showing orange icon above the basket. When I add some stuff to basket It shows immidiately(i use the state to trigger rerendering), but when I delete product from the basket(component that delete the basket is too remote to use the same state as before). I need to click somewhere else to make the component refresh. Is it possible to make it show with out useing REDUX?
@Vijaya03Posted over 2 years agoHello amichno , Congrats on the first react project You could try using functionals components and use react hooks . There is a hook named useContext . It will help you update state inside nested components easily.
All the best
Marked as helpful0 - @MohamedAridahSubmitted over 2 years ago
Hello Everyone,
I want your notes for code structure specially JavaScript code. And what i can improve.!
Have a good day everyone^^
- @CarlosZaragozaBeatoSubmitted over 2 years ago@Vijaya03Posted over 2 years ago
Website Looks great.. You could add cursor:pointer to all the clickable portions. Also font family is slightly different from what is given in the figma file. you can use google fonts for that.
Marked as helpful3 - @JAValentinoSubmitted over 2 years ago
Any feedback would be appreciated.
@Vijaya03Posted over 2 years agoWell done ... Card looks good You could wrap your content inside <main> tag.
Marked as helpful0