My React Playground. Please find the demo here
- This project is bootstrapped with facebook create-react-app
- Here am adding some front end exercise with React
- Currently it has two components 1) Dynamic table 2) To Do app
- Dynamic Table - Based on the user rows and columns count it will generate dynamic table
- To Do app - This is one standard to do app - allows user to enter task and remove by on clicking it.
Update June 29th 2019:
- Upgraded all the dependencies to the lastest versions
- Tried using useState and functional approach using react hooks
- Created same To Do app with hooks