Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandromilenkov/faraway
React App for tracking your travel items. See it here: https://aleksandro-faraway.netlify.app/
https://github.com/aleksandromilenkov/faraway
createcontext css css3 cssgrid react reactjs usecontext-hook
Last synced: 21 days ago
JSON representation
React App for tracking your travel items. See it here: https://aleksandro-faraway.netlify.app/
- Host: GitHub
- URL: https://github.com/aleksandromilenkov/faraway
- Owner: aleksandromilenkov
- Created: 2024-03-28T17:30:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:45:52.000Z (11 months ago)
- Last Synced: 2024-12-04T10:09:10.784Z (3 months ago)
- Topics: createcontext, css, css3, cssgrid, react, reactjs, usecontext-hook
- Language: JavaScript
- Homepage: https://aleksandro-faraway.netlify.app/
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Far Away App
This is React application where you create a checklist of items that you need for your traveling.
You can check the items that are already packed, and you get a useful output down below where you track how many % of your items are already packed.
You can sort the items, delete single item and clear the list also.
I'm using the createContext and useContext React's hook for storing the state and access it accross the components.
This app is hosted here: https://aleksandro-faraway.netlify.app/