-
Notifications
You must be signed in to change notification settings - Fork 17
Adding State Management #133
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersnew feature
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersnew feature
Is your feature request related to a problem? Please describe.
Right now, all API Calls are scattered over different files, which has drastically increased the number of lines of code.
Describe the solution you'd like
Add State management by using React Context since its a small project.