This simple project was built with the goal of having a clean project that includes:
🔗 Handling of private and public routes.
🛠 Unit tests.
⚡️ Created with vite
.
Find heroes from a list if the user is logged (simple login without email and password, just to handle private and public routes).
-
Clone repository
-
Run:
yarn install
- Run app
yarn dev
- Run test
yarn test