Project that supports teaching of react development.
Consider this a react-sandbox that will apply knowledge on react and a basic setup of css tooling.
For the time being I am excluding examples with real data (fetch/axios requests), redux/flux and also hooks.
This sandbox is composed by four different projects:
calculator
- simple non-cientific calculatorfilterable-table
- simple table that you can filter using a checkbox and an inputtodo
- simple todo list that you can add and remove items.metronome
Feel free to share your thoughts and give suggestions :)