Skip to content

Careswitch Engineering Take-Home Assignment

Notifications You must be signed in to change notification settings

Careswitch/careswitch-take-home

Repository files navigation

Careswitch Take-Home Assignment

Your assignment is to build a simple user management interface using SvelteKit, Prisma, Shadcn, and Tailwind that displays a list of users and supports navigating to individual profiles for viewing and editing. Follow the quickstart guide below to get started and learn more about the requirements.

Prerequisites

Quickstart

In the terminal:

# Install dependencies
npm install

# Seed database
npm run seed

# Run dev server
npm run dev

# Lint for TypeScript and Svelte errors
npm run check

Additional assignment instructions are available on the root route once you navigate to the dev server.

Additional Resources

About

Careswitch Engineering Take-Home Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published