This is a simple user dashboard built with next.js
- Sign-up Page
- Login Page
- User Dashboard
- Responsive Design
- Password Validation
- Route Protection (Unauthorized users cannot access the dashboard)
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/chosenvincent1/user-dashboard.git
-
Navigate to your project directory:
cd your-repo
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit http://localhost:3000