
React Task Tracker
This is a React Task Tracker that is used to track my daily tasks that need to be accomplished.
I used 'useState' hook to toggle between adding a new task or to hide it.
I used the JSON-Server as a mock backend to fetch or add a new taks but in this example I removed the server
as it was for testing only.
Technologies:
- - React
- - JSON-Server
- - CSS