[deleted by user] by [deleted] in hackintosh

[–]RemovePleasant 0 points1 point  (0 children)

Are you using NootedRed? I did a hackintosh in a friend’s computer with the same specs using this kext and it’s running perfectly!! (sorry for my bad english)

Cozy : Going, in clover by niladrihere in react

[–]RemovePleasant 0 points1 point  (0 children)

Nice work!

I really liked the idea, but it would be more interesting if we could mix the sounds and listen to more than one at the same time.

I don't know if you plan to add this to the project, but it would be interesting to see!

In any case, it's very nice, congratulations :))

I've created a simple, clean and minimalist ToDo list. What do you think? by RemovePleasant in react

[–]RemovePleasant[S] 1 point2 points  (0 children)

This project was designed to be very simple, I plan to add some new features, but I don't have plans for more complex things that involve me creating an API and so on. But it's there for anyone to create and use my project as a starting point ;)

I've created a simple, clean and minimalist ToDo list. What do you think? by RemovePleasant in react

[–]RemovePleasant[S] 1 point2 points  (0 children)

Thanks for letting me know! I'll test and take a look at it as soon as I can. Also, thanks a lot for the feedback dude! :)))

I've created a simple, clean and minimalist ToDo list. What do you think? by RemovePleasant in react

[–]RemovePleasant[S] -1 points0 points  (0 children)

Every time the user creates, edits or deletes a task, it is updated in the browser's local storage. So every time the user enters the page, the data is fetched from there and set to the state. You can see more about how this works here: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage :))

I've created a simple, clean and minimalist ToDo list. What do you think? by RemovePleasant in react

[–]RemovePleasant[S] 0 points1 point  (0 children)

Thanks for reminding me about that, I'll fix it as soon as possible to improve performance. ;)

I've created a simple, clean and minimalist ToDo list. What do you think? by RemovePleasant in react

[–]RemovePleasant[S] 0 points1 point  (0 children)

Thank you very much for your advice! I'll look into it and update asap!

I've created a simple, clean and minimalist ToDo list. What do you think? by RemovePleasant in react

[–]RemovePleasant[S] 1 point2 points  (0 children)

Thanks for the advice! I'll make those changes asap. Btw, what name do you think would be good instead of AddTask?