To-dos app
Hi everyone!! These days I have been learning React. Although I have already know Angular It has been difficult for me to take the first steps. Of course, It is easy to implement a Hello World app but when you want to do a few more logic It becomes complex.
Fortunately, I found a really good tutorial in youtube about how to learn React with a real example which is really useful in my opinion. This example is about a todos application which teach you a lot about the framework.
The tutorial ended with a half-ended app, which is perfect for me to end it. The only logic implemented in the tutorial is a reload button to see how virtual DOM of React works.
In this first version, I have adapted the code and I have added a new todo button and a few bootstrap style for the buttons. In the next few days I would try to do the next things:
- Delete todos.
- Mark/dismark todos of the list
- Add functionality to the other tabs.
When this test application ends, the next step would be to read and understand OpenVidu documentation in order to start the real project!
The source code of this project is here:
https://github.com/srivasd/react-proofs/tree/master/TodosApp
See you soon Medium! ;)
