Learn React Hooks by building a basic auth based to do app
Stars
43
Forks
13
Watchers
43
Open Issues
29
Overall repository health assessment
^4.3.1^16.8.6^16.8.63.0.1^8.0.0^4.2.0^3.3.2^10.11.0^16.8.17^16.8.4^8.0.1^4.1.15^3.4.4^10.11.0^3.4.514
commits
refactor: Updated AddToDo component name in the file. Also updated a comment for the helper API request handler function
e4fd304View on GitHubrefactor: removed redundant code and switched to using one helper function that handles api requests
5284d0eView on GitHubfeat: Added a new component to fetch random jokes using the use effect hook. Also, I polished up the simple styling on the app
b5631dfView on GitHubfeat: Added a new context provider and made use of useReducer to keep my to do list in global state and have it be accessible from other components
08b31f0View on GitHubfeat: Added useReducer to manage the state of the toDoList value
a0fff5aView on GitHubfeat: Decomposed login container, added ToDo container, added RootContainer, completed auth flow
9eac85eView on GitHubfeat: Added a function that makes a request to a fake api
25ed214View on GitHubfeat: Added custom hook for handling errors, added a presentation component for displaying error. Added a Login container for the auth functionality
2da11b9View on GitHub