This is a Next.js project bootstrapped with create-next-app.
CardFlow is a web application that allows users to manage their own list of cards. The application includes the following functionality:
- Login and Sign Up: Users can create an account or log in to access the application.
- Dashboard: Only authorized users have access to the dashboard, where they can see their own list of cards.
- Card Management: Users can create, edit, and delete cards. Each card has a details page where users can view and manage the card.
You can access the hosted application at the following URL: CardFlow
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev