3.Go to fronted folder - open terminal run command npm install your dependencies will get installed . then run another command npm run start your frontend will run on port 3000
Step-1 : Open the app using the following link : https://kryzen-assignment.netlify.app/ step-2 : after opening the app you will first get the Signup Page to create a user here you need to add two credentials username and password. every user must have unique name that's why if your username is unique then and then only you will be redirect to Login Page otherwise you will get an error that User Already Exists !
step-3 : after successful signup you will be redirect to Login Page where you need to add the same credentials which added while Signup. if your credentials are correct then and then only you will be redirect to update that users information . otherwise you will get an error Invalid username or password
step-4 : after successful Login you will be redirect to user profile page where if user has already filled the information like Name,Age,Image,Address then it will show the user information with logout button and Edit Profile button after clicking on Edit Profile button you will able to see one form with Name,Age,Image URL,Address after adding the information you can view Preview of that information and also you can Export to pdf .
step-5: after adding the information you will see the information below the update form with the button export to pdf if you want to export to pdf you can click on that button. and youcan see the information inside the pdf for preview. you can also download that pdf. and if you want to close the preview at the right side there is a X button to close preview.