https://github.com/vsbron/course-react2023-travel-list
React app that allows to build a travel items list, sort it, delete items etc.
https://github.com/vsbron/course-react2023-travel-list
Last synced: about 1 year ago
JSON representation
React app that allows to build a travel items list, sort it, delete items etc.
- Host: GitHub
- URL: https://github.com/vsbron/course-react2023-travel-list
- Owner: vsbron
- Archived: true
- Created: 2023-09-17T17:30:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T17:36:03.000Z (over 2 years ago)
- Last Synced: 2025-03-01T09:47:09.752Z (over 1 year ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel List app
React app that allows to build a travel items list, sort it, delete items etc.
## Features
- Add & delete items from the page;
- Mark packed items;
- Sort the list by input order, name or packed status;
- Clear the list entirely;
- Travel list stats;
## Details
- Built fully in React with props and State;
- Basic CSS for styles;
## Live version
https://vsbron-course-react2023-travel-list.netlify.app/