Built with:
Clone the app locally and in the root directory of the project, run:
npm install
Afterwards run:
npm run dev
The app should run on port 5173
This app has some testing via React Testing Library and Vitest.
npm run test
For coverage
npm run coverage
- Users can create / read / edit / delete their own folders that are saved in the browser's local storage
- Users can search through the list of chips
- Update UI? It's not the greatest but it's something 😶
- Switching different chips can be slow
- Implement chip sorting by:
- Id - sort by chip id
- ABCDE - sort by chip name
- Code - sort by chip code
- Damage - sort by chip damage
- Element - sort by element - fire, water, elec, grass, null
- MB - sort by megabyte size