/Assignment02

Web Application Login, Signup, and Dashboard

Primary LanguageJavaScript

# User Management App This is a simple User Management App built with React. The application allows users to log in, sign up, and manage their Dashboard. ## Features - User login and signup - Dashboard with nested routes for profile and settings ## Technologies Used - React - React Router - Tailwind CSS - JavaScript - Formik - Yup ## Getting Started ### Prerequisites Make sure you have the following installed on your machine: - Node.js (v12 or later) - npm or yarn ### Installation ```bash git clone https://github.com/vai-sys/Assignment02.git npm install project/ │ ├── src/ │ ├── components/ │ │ ├── Dashboard.jsx │ │ ├── LoginPage.jsx │ │ ├── Signup.jsx │ │ ├── Settings.jsx │ │ └── Profile.jsx │ ├── App.jsx │ └── index.jsx │ ├── public/ │ ├── index.html │ └── ... │ ├── package.json └── README.md # pgHunter