Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 981 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 981 Bytes

📦 Boxes

GitHub GitHub commit activity (branch)

A simple React + Tailwind app for creating good looking boxes

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.

Run it locally

This project is built with Vite ⚡️ and can be easily setup with:

npm install

and executed locally by running:

npm run dev

Try it out!

This project is currently available on GitHub Pages: https://johnnysn.github.io/boxes/