A travel list in react.
This is a travel list application to understand the very basics of React. Followed the course for Mordern React on Udemy.
Add new items by selecting quantity and description and clicking add button The new items will be rendered in the below section. The footer will be updated with total items and percentage of packing items We can click on the checkbox to mark the item as packed and unselect to mark as not. We can sort items by packing order,status and description
In the project directory, you can run:
Install Dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.