Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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/