This project is a React application initialized with Vite and using TypeScript and Material-UI.
-
Clone the repository:
git clone git@github.com:danielvallecl/hypercare.git -
Navigate to the project directory:
cd hypercare -
Install dependencies:
npm install -
Start Application (Port 3000):
npm run dev -
Run Tests:
npm run test
Additional features that would have been nice to have and are not included in the original requirements
- Pagination or Infinite Scrolling for displaying user cards
- Implement Server Components
- Additional test cases