You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple React application that allows you to create a packing list for your trips. You can add items, mark them as packed, delete items, and sort the list based on different criteria.
A TODO app for travel where you can sort the available data developed to understand the State Management. This project emphasizes on when to uplift the state, pass function as a prop in react, and use derived state according to the requirement of the project.