This project consists of a pretty simple app I decided to develop for practicing React concepts and features, like hooks, custom hooks, routing, and context API. It allows you to create labeled boxes and put items in them (it can be usefull if you are moving 😃).
Your boxes will be saved in the local storage of your browser. You can also download a JSON file containing all your boxes data, so you can reload it later.
This project is built with Vite ⚡️ and can be easily setup with:
npm install
and executed locally by running:
npm run dev
This project is currently available on GitHub Pages: https://johnnysn.github.io/boxes/